Backends namespace
Platform-specific backends.
Classes
- class AndroidInputManager
- Parses and dispatches Android input events.
- class AndroidJniClass
- Base class for the JNI wrappers that hold a reference to a Java object.
- class AndroidJniClass_Display
- Wraps JNI access to
android.view.Display. - class AndroidJniClass_DisplayMode
- Wraps JNI access to
android.view.Display.Mode. - class AndroidJniClass_InputDevice
- Wraps JNI access to
android.view.InputDevice. - class AndroidJniClass_KeyCharacterMap
- Wraps JNI access to
android.view.KeyCharacterMap. - class AndroidJniClass_KeyEvent
- Wraps JNI access to
android.view.KeyEvent. - class AndroidJniClass_MotionRange
- Wraps JNI access to
android.view.InputDevice.MotionRange. - class AndroidJniClass_Version
- Wraps JNI access to
android.os.Build.VERSION. - class AndroidJniClass_VibrationEffect
- Wraps JNI access to
android.os.VibrationEffect. - class AndroidJniClass_Vibrator
- Wraps JNI access to
android.os.Vibrator. - class AndroidJniClass_VibratorManager
- Wraps JNI access to
android.os.VibratorManager. - class AndroidJniHelper
- Sets up the JNI environment and initializes the wrapper classes.
- class AndroidJniWrap_Activity
- Wraps JNI access to
android.app.Activity. - class AndroidJniWrap_DisplayManager
- Wraps JNI access to
android.hardware.display.DisplayManager. - class AndroidJniWrap_InputMethodManager
- Wraps JNI access to
android.view.inputmethod.InputMethodManager. - class AndroidJniWrap_Secure
- Wraps JNI access to
android.provider.Settings.Secure. - class AndroidJoystickState
- Information about Android joystick state.
- class AndroidKeyboardState
- Simulated information about Android keyboard state.
- class AndroidKeys
- Utility functions to convert between engine key enumerations and Android ones.
- class AndroidMouseState
- Information about Android mouse state.
- class EglGfxDevice
- The EGL-based graphics device.
- class GlfwGfxDevice
- GLFW-based graphics device.
- class GlfwInputManager
- GLFW-based input manager.
- class GlfwJoystickState
- Information about GLFW joystick state.
- class GlfwKeyboardState
- Information about GLFW keyboard state.
- class GlfwKeys
- Utility functions to convert between engine key enumerations and GLFW ones.
- class GlfwMouseState
- Information about GLFW mouse state.
- class GlfwScrollEvent
- Information about a GLFW scroll event.
- class Qt5GfxDevice
- Graphics device that wraps a Qt5 Qt5Widget.
- class Qt5InputManager
- Parses and dispatches Qt5 input events.
- class Qt5JoystickState
- Information about Qt5 joystick state.
- class Qt5KeyboardState
- Simulated information about Qt5 keyboard state.
- class Qt5Keys
- Utility functions to convert between engine key enumerations and Qt5 ones.
- class Qt5MouseEvent
- Information about a Qt5 mouse event.
- class Qt5MouseState
- Information about Qt5 mouse state.
- class Qt5ScrollEvent
- Information about a Qt5 scroll event.
- class SdlGfxDevice
- SDL2-based graphics device.
- class SdlInputManager
- SDL2-based input manager.
- class SdlJoystickState
- Information about SDL2 joystick state.
- class SdlKeyboardState
- Information about SDL2 keyboard state.
- class SdlKeys
- Utility functions to convert between engine key enumerations and SDL2 ones.
- class SdlMouseState
- Information about SDL2 mouse state.
- class SdlScrollEvent
- Information about an SDL2 scroll event.
- class UwpGfxDevice
- The UWP graphics device.
- class UwpInputManager
- Class for dispatching UWP input events.
- class UwpJoystickState
- Information about UWP joystick state.
- class UwpKeyboardState
- Information about UWP keyboard state.
- class UwpMouseState
- Information about UWP mouse state.