#include <keyboardmessage.hh>
Inheritance diagram for KeyboardMessage:


Public Methods | |
| void | setKey (SDL_keysym &keysym) |
| SDL_keysym | getKey () |
| void | setUp () |
| void | setDown () |
| bool | getUp () |
| bool | getDown () |
| KeyboardMessage () | |
Private Attributes | |
| SDL_keysym | sym |
| bool | up |
|
|
Definition at line 3 of file keyboardmessage.cc. References anoid::base::Event::type. |
|
|
Definition at line 17 of file keyboardmessage.hh. References up. |
|
|
Definition at line 13 of file keyboardmessage.hh. References sym. Referenced by anoid::plugin::anoid::Pad::receive(). |
|
|
Definition at line 16 of file keyboardmessage.hh. References up. Referenced by anoid::plugin::anoid::Pad::receive(). |
|
|
Definition at line 15 of file keyboardmessage.hh. References up. Referenced by anoid::main::Anoid::handleKeyDown(). |
|
|
Definition at line 12 of file keyboardmessage.hh. References sym. Referenced by anoid::main::Anoid::handleKeyDown(), and anoid::main::Anoid::handleKeyUp(). |
|
|
Definition at line 14 of file keyboardmessage.hh. References up. Referenced by anoid::main::Anoid::handleKeyUp(). |
|
|
Definition at line 9 of file keyboardmessage.hh. |
|
|
Definition at line 10 of file keyboardmessage.hh. |