1 Defined functions
Code
namespace Input
{
int GetMouseX();
int GetMouseY();
bool LeftButtonPressed();
bool RightButtonPressed();
bool MiddleButtonPressed();
bool LCtrlPressed();
bool RCtrlPressed(); //Ab Version 1.3
bool LShiftPressed();
bool RShiftPressed(); //Ab Version 1.3
Vector GetFloorPos();
void GetFloorPos(float &x_, float &y_, float &z_);
bool PriorityKeyPressed();
};
Display More