#include <read_dir_controller.h>
Public Member Functions | |
void | setActive () override |
void | keybinder (KeybindingAction action) override |
Public Member Functions inherited from Ultima::Ultima4::WaitableController< Direction > | |
WaitableController (Direction defaultValue) | |
virtual Direction | getValue () |
virtual Direction | waitFor () |
virtual bool | mousePressed (const Common::Point &mousePos) |
Public Member Functions inherited from Ultima::Ultima4::Controller | |
Controller (int timerInterval=1) | |
virtual bool | isCombatController () const |
bool | notifyKeyPressed (int key) |
bool | notifyMousePress (const Common::Point &mousePos) |
int | getTimerInterval () |
virtual bool | keyPressed (int key) |
virtual void | timerFired () |
bool | shouldQuit () const |
Additional Inherited Members | |
Static Public Member Functions inherited from Ultima::Ultima4::Controller | |
static void | timerCallback (void *data) |
Protected Member Functions inherited from Ultima::Ultima4::WaitableController< Direction > | |
void | doneWaiting () |
Protected Attributes inherited from Ultima::Ultima4::WaitableController< Direction > | |
Direction | _value |
A controller to read a direction enter with the arrow keys.
|
overridevirtual |
Called when a controller is made active
Reimplemented from Ultima::Ultima4::Controller.
|
overridevirtual |
Handles keybinder actions
Reimplemented from Ultima::Ultima4::Controller.