Function Blam::Input::HandleCharacterInput

Function Documentation

int Blam::Input::HandleCharacterInput(WPARAM wParam)

Handles character based input.

Recieved from the WM_CHAR message.

Return

0

Parameters
  • wParam: - The wParam from the Main window procedure, contains the character that was pressed.