◆ AddCharacterTyped()
void Manager::AddCharacterTyped |
( |
unsigned short | character | ) |
|
|
overridevirtual |
◆ ForceQuit()
◆ GetCursorIsRawMotion()
bool Manager::GetCursorIsRawMotion |
( |
| ) |
|
|
overridevirtual |
◆ GetCursorMode()
CursorMode Manager::GetCursorMode |
( |
| ) |
|
|
overridevirtual |
◆ GetMousePosition()
void Manager::GetMousePosition |
( |
int & | x, |
|
|
int & | y ) |
|
overridevirtual |
◆ IsFocused()
bool Manager::IsFocused |
( |
| ) |
|
|
overridevirtual |
◆ IsKeyPressed()
bool Manager::IsKeyPressed |
( |
Events::KeyPressCode | code | ) |
|
|
overridevirtual |
◆ IsMouseButtonPressed()
bool Manager::IsMouseButtonPressed |
( |
Events::MouseButtonCode | code | ) |
|
|
overridevirtual |
◆ MouseScroll()
void Manager::MouseScroll |
( |
float | offsetX, |
|
|
float | offsetY ) |
|
overridevirtual |
◆ OnMouseMoved()
void Manager::OnMouseMoved |
( |
int | x, |
|
|
int | y ) |
|
overridevirtual |
◆ ResizeEvent()
void Manager::ResizeEvent |
( |
int | width, |
|
|
int | height ) |
|
overridevirtual |
◆ SetCursorIsRawMotion()
void Manager::SetCursorIsRawMotion |
( |
bool | isRawMode | ) |
|
|
overridevirtual |
◆ SetCursorMode()
void Manager::SetCursorMode |
( |
CursorMode | cursorMode | ) |
|
|
overridevirtual |
◆ SetIsFocused()
void Manager::SetIsFocused |
( |
bool | isFocused | ) |
|
|
overridevirtual |
◆ SetKeyPressed()
void Manager::SetKeyPressed |
( |
Events::KeyPressCode | code, |
|
|
bool | isPressed ) |
|
overridevirtual |
◆ SetMainWindow()
◆ SetMouseButton()
void Manager::SetMouseButton |
( |
Events::MouseButtonCode | code, |
|
|
bool | isPressed ) |
|
overridevirtual |
◆ SetMousePosition()
void Manager::SetMousePosition |
( |
int | x, |
|
|
int | y ) |
|
overridevirtual |
◆ TryQuit()
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/EngineCore/Events/InputManager.hpp
- /github/workspace/sources/code/EngineCore/Events/InputManager.cpp