 |
Blamite Game Engine - Strings
00367.02.08.23.1815.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)
35 bool cancelled =
false;
62 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:32
@ EditorTick
Indicates the event is an editor tick event. See EditorTickEvent for details.
#define STRINGS_API
Definition: BlamEvent.h:6
@ KeyPress
Indicates the event is a key press event. See KeyPressEvent for details.
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12
@ NewFrame
Indicates the event is a new frame event. See NewFrameEvent for details.
#define cancel
Definition: resource.h:133
@ 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.