#include <InputFilters.h>
Inheritance diagram for Odyssey::Details::_PovMoveDirectionFilter:

Public Types | |
| enum | { D_UP = 1, D_DOWN = 2, D_LEFT = 4, D_RIGHT = 8, D_IN = 16, D_OUT = 32, D_CENTER = 64 } |
Public Member Functions | |
| _PovMoveDirectionFilter (uint32 pov, uint32 dir) | |
| bool | povMoved (const OIS::JoyStickEvent &evt, int pov) |
| Called when the pov hat on a joystick is moved. | |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Called when the pov hat on a joystick is moved.
Reimplemented from Odyssey::InputAdapter. |
1.4.6-NO