File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ xref:graphics_events.adoc[< Back to `graphics` Events]
1212[source]
1313----
1414#include <gf2/graphics/Event.h>
15- struct Event;
15+ class Event;
1616----
1717
1818Events are generally polled from the system in a loop and handled immediately.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ xref:reference.adoc#graphics[< Back to reference]
2020[source]
2121----
2222#include <gf2/graphics/Event.h>
23- struct Event;
23+ class Event;
2424----
2525
2626`Event` is a tagged union to describe system events. xref:Event.adoc[*Read more...*]
Original file line number Diff line number Diff line change 1212#include " GraphicsApi.h"
1313
1414namespace gf {
15- struct Event ;
15+ class Event ;
1616
1717 class GF_GRAPHICS_API MotionGroup {
1818 public:
You can’t perform that action at this time.
0 commit comments