|
static bool | IsKeyPressed (int keycode) |
|
static bool | IsMouseButtonPressed (int button) |
|
static std::pair< float, float > | GetMousePosition () |
|
static float | GetMouseX () |
|
static float | GetMouseY () |
|
|
virtual bool | IsKeyPressedImpl (int keycode)=0 |
|
virtual bool | IsMouseButtonPressedImpl (int button)=0 |
|
virtual std::pair< float, float > | GetMousePositionImpl ()=0 |
|
virtual float | GetMouseXImpl ()=0 |
|
virtual float | GetMouseYImpl ()=0 |
|
The documentation for this class was generated from the following files:
- Hana/src/Hana/Core/Input.h
- Hana/src/Platform/Windows/WindowsInput.cpp