#include <inputacceptor.h>
Inherited by Console, Messages, and StatsWindow.
Inheritance diagram for InputAcceptor:

Public Member Functions | |
| InputAcceptor () | |
| virtual | ~InputAcceptor () |
| virtual bool | keyDown (const SDL_keysym &keysym) |
| int | getNice () |
| virtual bool | wantKey (const SDL_keysym &keysym) |
Protected Attributes | |
| int | mPriority |
Definition at line 14 of file inputacceptor.h.
|
|
Definition at line 17 of file inputacceptor.h. References mPriority. |
|
|
Definition at line 19 of file inputacceptor.h. |
|
|
Definition at line 29 of file inputacceptor.h. References mPriority. Referenced by InputManager::addInputAcceptor(), and InputManager::removeInputAcceptor(). |
|
|
Inform acceptor that key was down.
Reimplemented in Console, and Messages. Definition at line 26 of file inputacceptor.h. Referenced by InputManager::keyDown(), and InputManager::processKeys(). |
|
|
Reimplemented in Console, and Messages. Definition at line 33 of file inputacceptor.h. |
|
|
Definition at line 38 of file inputacceptor.h. Referenced by Console::Console(), getNice(), InputAcceptor(), Messages::Messages(), and StatsWindow::StatsWindow(). |
1.4.5