Input - MalisPierre/ModularGame GitHub Wiki

Class Input


Description:

This Class allow you to listen to the Input made by the user.


Functions:

bool CheckInput(KeyCode Code)

bool CheckInputUp(KeyCode Code)

bool CheckInputDown(KeyCode Code)

bool CheckMouseWheelUp()

bool CheckMouseWheelDown()

bool CheckMouseLeftButton()

bool CheckMouseLeftButtonUp()

bool CheckMouseLeftButtonDown()

bool CheckMouseRightButton()

bool CheckMouseRightButtonUp()

bool CheckMouseRightButtonDown()