![]() |
Blamite Game Engine - blam!
00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
|
Functions | |
BLAM int | HandleCharacterInput (WPARAM wParam) |
Handles character based input. More... | |
BLAM int | HandleKeyPress (WPARAM wParam) |
Handles virtual key based input. More... | |
int Blam::Input::HandleCharacterInput | ( | WPARAM | wParam | ) |
Handles character based input.
Recieved from the WM_CHAR
message.
wParam | - The wParam from the Main window procedure, contains the character that was pressed. |
0
int Blam::Input::HandleKeyPress | ( | WPARAM | wParam | ) |
Handles virtual key based input.
Recieved from the WM_KEYDOWN
message.
wParam | - The wParam from the Main window procedure, contains the virtual key code of the pressed key. |
0