 |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
4 #define STRINGS_API __declspec(dllexport)
6 #define STRINGS_API __declspec(dllimport)
36 bool cancelled =
false;
63 void SetCancelled(
bool cancel);
@ ConfigurationReload
Indicates the event is a configuration reload event. See ConfigurationReloadEvent for details.
@ Tick
Indicates the event is a tick event. See TickEvent for details.
@ CharacterInput
Indicates the event is a character input event. See CharacterInputEvent for details.
Class representing a generic event.
Definition: BlamEvent.h:33
@ EditorTick
Indicates the event is an editor tick event. See EditorTickEvent for details.
void SetCancelled(bool cancel)
Sets whether or not the event should be cancelled.
Definition: BlamEvent.cpp:13
#define STRINGS_API
Definition: BlamEvent.h:6
@ KeyPress
Indicates the event is a key press event. See KeyPressEvent for details.
bool IsCancelled()
Determines whether or not the event has been cancelled.
Definition: BlamEvent.cpp:18
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12
@ NewFrame
Indicates the event is a new frame event. See NewFrameEvent for details.
BlamEventType GetEventType()
Retrieves the type of the event.
Definition: BlamEvent.cpp:8
#define cancel
Definition: resource.h:133
BlamEvent(BlamEventType type)
Constructs a new event with the specified type.
Definition: BlamEvent.cpp:3
@ MouseClick
Indicates the event is a mouse click event. See MouseClickEvent for details.
@ LogMessage
Indicates the event is a log message event. See LogMessageEvent for details.
@ MouseMove
Indicates the event is a mouse move event. See MouseMoveEvent for details.
@ EditorThemeChange
Indicates the event is an editor theme change event. See EditorThemeChangeEvent for details.