, including all inherited members.
| create(Game *game) | gameplay::Platform | [static] |
| displayFileDialog(size_t mode, const char *title, const char *filterDescription, const char *filterExtensions, const char *initialDirectory) | gameplay::Platform | [static] |
| enterMessagePump() | gameplay::Platform | |
| gamepadButtonPressedEventInternal(GamepadHandle handle, Gamepad::ButtonMapping mapping) | gameplay::Platform | [static] |
| gamepadButtonReleasedEventInternal(GamepadHandle handle, Gamepad::ButtonMapping button) | gameplay::Platform | [static] |
| gamepadEventConnectedInternal(GamepadHandle handle, unsigned int buttonCount, unsigned int joystickCount, unsigned int triggerCount, const char *name) | gameplay::Platform | [static] |
| gamepadEventDisconnectedInternal(GamepadHandle handle) | gameplay::Platform | [static] |
| gamepadJoystickChangedEventInternal(GamepadHandle handle, unsigned int index, float x, float y) | gameplay::Platform | [static] |
| gamepadTriggerChangedEventInternal(GamepadHandle handle, unsigned int index, float value) | gameplay::Platform | [static] |
| gestureDragEventInternal(int x, int y) | gameplay::Platform | [static] |
| gestureDropEventInternal(int x, int y) | gameplay::Platform | [static] |
| gestureLongTapEventInternal(int x, int y, float duration) | gameplay::Platform | [static] |
| gesturePinchEventInternal(int x, int y, float scale) | gameplay::Platform | [static] |
| gestureSwipeEventInternal(int x, int y, int direction) | gameplay::Platform | [static] |
| gestureTapEventInternal(int x, int y) | gameplay::Platform | [static] |
| keyEventInternal(Keyboard::KeyEvent evt, int key) | gameplay::Platform | [static] |
| mouseEventInternal(Mouse::MouseEvent evt, int x, int y, int wheelDelta) | gameplay::Platform | [static] |
| pollGamepadState(Gamepad *gamepad) | gameplay::Platform | [static] |
| resizeEventInternal(unsigned int width, unsigned int height) | gameplay::Platform | [static] |
| shutdownInternal() | gameplay::Platform | [static] |
| swapBuffers() | gameplay::Platform | [static] |
| touchEventInternal(Touch::TouchEvent evt, int x, int y, unsigned int contactIndex, bool actuallyMouse=false) | gameplay::Platform | [static] |
| ~Platform() | gameplay::Platform | |