Function Blam::Input::HandleKeyPress

Function Documentation

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

Handles virtual key based input.

Recieved from the WM_KEYDOWN message.

Return

0

Parameters
  • wParam: - The wParam from the Main window procedure, contains the virtual key code of the pressed key.