![]() |
ManaPlus
|
#include <keyinput.h>
Public Member Functions | |
| KeyInput () | |
| KeyInput (const KeyInput &k) | |
| KeyInput & | operator= (const KeyInput &k) |
| ~KeyInput () | |
| void | setType (KeyEventTypeT type) |
| KeyEventTypeT | getType () const |
| void | setKey (const Key &key) |
| const Key & | getKey () const |
| void | setActionId (const InputActionT n) |
| InputActionT | getActionId () const |
Protected Attributes | |
| Key | mKey |
| KeyEventTypeT | mType |
| InputActionT | mActionId |
Definition at line 80 of file keyinput.h.
|
inline |
Definition at line 83 of file keyinput.h.
|
inline |
|
inline |
Definition at line 115 of file keyinput.h.
|
inline |
Definition at line 143 of file keyinput.h.
References mActionId.
Referenced by Gui::handleKeyInput().
|
inline |
|
inline |
|
inline |
Definition at line 138 of file keyinput.h.
References mActionId.
Referenced by SDLInput::convertKeyEventToKey(), and SDLInput::simulateKey().
|
inline |
Definition at line 128 of file keyinput.h.
References mKey.
Referenced by SDLInput::convertKeyEventToKey(), SDLInput::pushInput(), and SDLInput::simulateKey().
|
inline |
Definition at line 118 of file keyinput.h.
References mType.
Referenced by SDLInput::pushInput(), and SDLInput::simulateKey().
|
protected |
Definition at line 175 of file keyinput.h.
Referenced by getActionId(), operator=(), and setActionId().
|
protected |
Holds the key of the key input.
Definition at line 164 of file keyinput.h.
Referenced by getKey(), operator=(), and setKey().
|
protected |
Holds the type of the key input.
Definition at line 169 of file keyinput.h.
Referenced by getType(), operator=(), and setType().