![]() |
Blamite Game Engine - blam!
00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
|
#include <Windows.h>
#include <sdl2/SDL_keyboard.h>
Go to the source code of this file.
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::Input | |
Macros | |
#define | BLAM |
Functions | |
BLAM int | Blam::Input::HandleCharacterInput (WPARAM wParam) |
Handles character based input. More... | |
BLAM int | Blam::Input::HandleKeyPress (WPARAM wParam) |
Handles virtual key based input. More... | |
BLAM void | Blam::Input::FireKeyPress (SDL_Keycode key) |
Fires a key press event. More... | |
BLAM void | Blam::Input::FireCharacterInput (char character) |
Fires a character input event. More... | |
#define BLAM |