nCine::Backends namespace

Platform-specific backends.

Classes

class AndroidKeys
Utility functions to convert between engine key enumerations and Android ones.
class AndroidKeyboardState
Simulated information about Android keyboard state.
class AndroidMouseState
Information about Android mouse state.
class AndroidJoystickState
Information about Android joystick state.
class AndroidInputManager
Class for parsing and dispatching Android input events.
class AndroidJniHelper
Class for setting up JNI and initialize requests classes.
class AndroidJniClass
Base class for handling of JNI requests to the Android API.
class AndroidJniClass_Version
Handles JNI requests to android.os.Build.VERSION.
class AndroidJniClass_MotionRange
Handles JNI requests to android.view.InputDevice.MotionRange.
class AndroidJniClass_VibrationEffect
A class to handle JNI requests to android.os.VibrationEffect.
class AndroidJniClass_Vibrator
A class to handle JNI requests to android.os.Vibrator.
class AndroidJniClass_VibratorManager
A class to handle JNI requests to android.os.VibratorManager.
class AndroidJniClass_InputDevice
Handles JNI requests to android.view.InputDevice.
class AndroidJniClass_KeyCharacterMap
Handles JNI requests to android.view.KeyCharacterMap.
class AndroidJniClass_KeyEvent
Handles JNI requests to android.view.KeyEvent.
class AndroidJniClass_DisplayMode
Handles JNI requests to android.view.Display.Mode.
class AndroidJniClass_Display
Handles JNI requests to android.view.Display.
class AndroidJniWrap_Activity
Handles JNI requests to android.app.Activity.
class AndroidJniWrap_InputMethodManager
Handles JNI requests to android.view.inputmethod.InputMethodManager.
class AndroidJniWrap_DisplayManager
Handles JNI requests to android.hardware.display.DisplayManager.
class AndroidJniWrap_Secure
Handles JNI requests to android.provider.Settings.Secure.
class EglGfxDevice
The EGL based graphics device.
class GlfwGfxDevice
The GLFW based graphics device.
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 GlfwKeyboardState
Information about GLFW keyboard state.
class GlfwJoystickState
Information about GLFW joystick state.
class GlfwInputManager
Slass for parsing and dispatching GLFW input events.
class Qt5GfxDevice
The Qt5 based graphics device.
class Qt5Keys
Utility functions to convert between engine key enumerations and Qt5 ones.
class Qt5MouseState
Information about Qt5 mouse state.
class Qt5MouseEvent
Information about a Qt5 mouse event.
class Qt5ScrollEvent
Information about a Qt5 scroll event.
class Qt5KeyboardState
class Qt5JoystickState
Information about Qt5 joystick state.
class Qt5InputManager
Class for parsing and dispatching Qt5 input events.
class SdlGfxDevice
The SDL based graphics device.
class SdlKeys
Utility functions to convert between engine key enumerations and SDL ones.
class SdlMouseState
Information about SDL mouse state.
class SdlScrollEvent
Information about an SDL scroll event.
class SdlKeyboardState
Information about SDL keyboard state.
class SdlJoystickState
Information about SDL joystick state.
class SdlInputManager
Class for parsing and dispatching SDL input events.
class UwpGfxDevice
The UWP graphics device (ANGLE/Mesa).
class UwpMouseState
Information about UWP mouse state.
class UwpKeyboardState
Information about UWP keyboard state.
class UwpJoystickState
Information about UWP joystick state.
class UwpInputManager
Class for dispatching UWP input events.