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