38 static Vector2 GetCursorPosition();
39 static void SetCursorPosition(
const Vector2& pos);
40 static CursorMode GetCursorMode();
41 static void SetCursorMode(CursorMode mode);
42 static bool IsKeyHeld(KeyCode key);
43 static bool IsKeyPressed(KeyCode key);
44 static bool IsKeyReleased(KeyCode key);
Definition: Application.cpp:49