 |
Blamite Game Engine - Strings
00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the documentation of this file.
3 #include "../../BlamEvent.h"
5 #include <sdl2/SDL_keyboard.h>
8 #define STRINGS_API __declspec(dllexport)
10 #define STRINGS_API __declspec(dllimport)
#define STRINGS_API
Definition: KeyPressEvent.h:10
Class representing a virtual key press.
Definition: KeyPressEvent.h:18
Class representing a generic event.
Definition: BlamEvent.h:33
int GetVirtualKey()
Retrieves the virtual key code that was pressed.
Definition: KeyPressEvent.cpp:8
@ KeyPress
Indicates the event is a key press event. See KeyPressEvent for details.
KeyPressEvent(SDL_Keycode _vk)
Constructs a new event.
Definition: KeyPressEvent.cpp:3
BlamEventType
Enumerator listing all possible event types.
Definition: BlamEvent.h:12