|
The Game Engine
1
|
This is the complete list of members for Input, including all inherited members.
| addInput(Input *i) | Input | static |
| addJoyButtonDownCallback(void(*fn)(Uint8, JoyButton)) | Input | static |
| addJoyButtonUpCallback(void(*fn)(Uint8, JoyButton)) | Input | static |
| addJoyMoveCallback(void(*fn)(Uint8, JoyStick, Point2D)) | Input | static |
| addKeyDownCallback(void(*fn)(SDLKey, SDLMod)) | Input | static |
| addKeyUpCallback(void(*fn)(SDLKey, SDLMod)) | Input | static |
| addMouseDownCallback(void(*fn)(Uint8, MouseState)) | Input | static |
| addMouseMoveCallback(void(*fn)(MouseState)) | Input | static |
| addMouseUpCallback(void(*fn)(Uint8, MouseState)) | Input | static |
| doubleTapped(SDLKey key, int ms=-1) | Input | |
| doubleTapped(JoyButton button, int ms=-1) | Input | |
| doubleTapped(MouseButton b, int button=0, int ms=-1) | Input | static |
| getAllJoyMovement(JoyStick s=JoyLeft) | Input | static |
| getAllPressed(JoyButton b) | Input | static |
| getAllTriggered(JoyButton b) | Input | static |
| getDeviceCounts() | Input | static |
| getInput(unsigned int index=0) | Input | static |
| getJoyMovement(JoyStick s=JoyLeft) | Input | |
| getMousePos() | Input | static |
| getMouseRelPos() | Input | static |
| getNumInputs() | Input | static |
| getNumJoysticks() | Input | static |
| Input(bool isJoy=false) | Input | |
| inputs | Input | protectedstatic |
| isJoystick | Input | protected |
| mIndex | Input | protected |
| mJoyButtonDownCallbacks | Input | protectedstatic |
| mJoyButtonUpCallbacks | Input | protectedstatic |
| mJoyDPos | Input | protected |
| mJoyLeftPos | Input | protected |
| mJoyMoveCallbacks | Input | protectedstatic |
| mJoyRightPos | Input | protected |
| mJoyStates | Input | protected |
| mJoystick | Input | protected |
| mKeyDownCallbacks | Input | protectedstatic |
| mKeyStates | Input | protected |
| mKeyUpCallbacks | Input | protectedstatic |
| mLastJoyDoubleStates | Input | protected |
| mLastJoyStates | Input | protected |
| mLastKeyDoubleStates | Input | protected |
| mLastKeyStates | Input | protected |
| mLastMouseDoubleStates | Input | protected |
| mLastMouseStates | Input | protected |
| mMouseButtonStates | Input | protected |
| mMouseDownCallbacks | Input | protectedstatic |
| mMouseMoveCallbacks | Input | protectedstatic |
| mMouseState | Input | protectedstatic |
| mMouseUpCallbacks | Input | protectedstatic |
| pressed(SDLKey key, SDLMod modifier=KMOD_NONE) | Input | |
| pressed(JoyButton button) | Input | |
| pressed(MouseButton b, int button=0) | Input | static |
| removeInput(Input *i) | Input | static |
| removeJoyButtonDownCallback(void(*fn)(Uint8, JoyButton)) | Input | static |
| removeJoyButtonUpCallback(void(*fn)(Uint8, JoyButton)) | Input | static |
| removeJoyMoveCallback(void(*fn)(Uint8, JoyStick, Point2D)) | Input | static |
| removeKeyDownCallback(void(*fn)(SDLKey, SDLMod)) | Input | static |
| removeKeyUpCallback(void(*fn)(SDLKey, SDLMod)) | Input | static |
| removeMouseDownCallback(void(*fn)(Uint8, MouseState)) | Input | static |
| removeMouseMoveCallback(void(*fn)(MouseState)) | Input | static |
| removeMouseUpCallback(void(*fn)(Uint8, MouseState)) | Input | static |
| triggered(SDLKey key, int ms=-1) | Input | |
| triggered(JoyButton button, int ms=-1) | Input | |
| triggered(MouseButton b, int button=0, int ms=-1) | Input | static |
| updateInputs(SDL_Event event) | Input | static |
| updateJoysticks() | Input | static |