#include <inputhandler.h>
◆ InputHandler()
| InputHandler::InputHandler |
( |
| ) |
|
◆ ~InputHandler()
| virtual InputHandler::~InputHandler |
( |
| ) |
|
|
virtualdefault |
◆ analogToInt()
| s16 InputHandler::analogToInt |
( |
float | value | ) |
|
|
inlinestatic |
◆ cancelPressed()
| virtual bool InputHandler::cancelPressed |
( |
| ) |
|
|
pure virtual |
◆ clear()
| virtual void InputHandler::clear |
( |
| ) |
|
|
inlinevirtual |
◆ clearWasKeyPressed()
| virtual void InputHandler::clearWasKeyPressed |
( |
| ) |
|
|
inlinevirtual |
◆ clearWasKeyReleased()
| virtual void InputHandler::clearWasKeyReleased |
( |
| ) |
|
|
inlinevirtual |
◆ getAxisValue()
| virtual float InputHandler::getAxisValue |
( |
GameKeyType | k | ) |
|
|
pure virtual |
◆ getMousePos()
| virtual v2s32 InputHandler::getMousePos |
( |
| ) |
|
|
pure virtual |
◆ getMouseWheel()
| virtual s32 InputHandler::getMouseWheel |
( |
| ) |
|
|
pure virtual |
◆ intToAnalog()
| float InputHandler::intToAnalog |
( |
s16 | value | ) |
|
|
inlinestatic |
◆ isKeyDown()
◆ isRandom()
| virtual bool InputHandler::isRandom |
( |
| ) |
const |
|
inlinevirtual |
◆ releaseAllKeys()
| virtual void InputHandler::releaseAllKeys |
( |
| ) |
|
|
inlinevirtual |
◆ reloadKeybindings()
| virtual void InputHandler::reloadKeybindings |
( |
| ) |
|
|
inlinevirtual |
◆ setMousePos()
| virtual void InputHandler::setMousePos |
( |
s32 | x, |
|
|
s32 | y ) |
|
pure virtual |
◆ settingChangedCallback()
| void InputHandler::settingChangedCallback |
( |
const std::string & | name, |
|
|
void * | data ) |
|
inlinestatic |
◆ step()
| virtual void InputHandler::step |
( |
float | dtime | ) |
|
|
inlinevirtual |
◆ wasKeyDown()
◆ wasKeyPressed()
| virtual bool InputHandler::wasKeyPressed |
( |
GameKeyType | k | ) |
|
|
pure virtual |
◆ wasKeyReleased()
| virtual bool InputHandler::wasKeyReleased |
( |
GameKeyType | k | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: