#include <InputManager.h>
◆ CInputManager() [1/3]
| CInputManager::CInputManager |
( |
| ) |
|
|
default |
◆ ~CInputManager()
| CInputManager::~CInputManager |
( |
| ) |
|
|
default |
◆ CInputManager() [2/3]
◆ CInputManager() [3/3]
◆ GetMouseDeltaX()
| float CInputManager::GetMouseDeltaX |
( |
| ) |
const |
|
inline |
◆ GetMouseDeltaY()
| float CInputManager::GetMouseDeltaY |
( |
| ) |
const |
|
inline |
◆ IsKeyDown()
| bool CInputManager::IsKeyDown |
( |
int32 | Key | ) |
const |
◆ IsKeyPressed()
| bool CInputManager::IsKeyPressed |
( |
int32 | Key | ) |
const |
◆ IsKeyReleased()
| bool CInputManager::IsKeyReleased |
( |
int32 | Key | ) |
const |
◆ IsMouseButtonDown()
| bool CInputManager::IsMouseButtonDown |
( |
int32 | Button | ) |
const |
◆ IsMouseButtonPressed()
| bool CInputManager::IsMouseButtonPressed |
( |
int32 | Button | ) |
const |
◆ IsMouseButtonReleased()
| bool CInputManager::IsMouseButtonReleased |
( |
int32 | Button | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ProcessMessage()
| void CInputManager::ProcessMessage |
( |
HWND | Hwnd, |
|
|
UINT | Msg, |
|
|
WPARAM | WParam, |
|
|
LPARAM | LParam ) |
◆ Tick()
| void CInputManager::Tick |
( |
| ) |
|
◆ MOUSE_LEFT
| int32 CInputManager::MOUSE_LEFT = 0 |
|
staticconstexpr |
◆ MOUSE_MIDDLE
| int32 CInputManager::MOUSE_MIDDLE = 2 |
|
staticconstexpr |
◆ MOUSE_RIGHT
| int32 CInputManager::MOUSE_RIGHT = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following files: