Inhaltsverzeichnis
Definierte Funktionen
Quellcode
- 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();
- };
1.057 mal gelesen