Skip to content

Neslib.Sdl3.Input

Classes & Records

Name Description
TSdlCursor The structure used to identify an SDL cursor.
TSdlFinger Data about a single finger in a multitouch event.
TSdlGamepad An SDL gamepad
TSdlGamepadBinding A mapping between one joystick input to a gamepad control.
TSdlGamepadID This is a unique ID for a gamepad for the time it is connected to the system, and is never reused for the lifetime of the application.
TSdlJoystick An SDL joystick
TSdlJoystickID This is a unique ID for a joystick for the time it is connected to the system, and is never reused for the lifetime of the application.
TSdlKeyboard Represents a keyboard.
TSdlKeyboardState The state of a keyboard.
TSdlMouse A mouse
TSdlSensor An opened SDL sensor.
TSdlSensorID This is a unique ID for a sensor for the time it is connected to the system, and is never reused for the lifetime of the application.
TSdlTouch A touch device
TSdlVirtualJoystickDesc A virtual joystick.
TSdlVirtualJoystickSensorDesc A virtual joystick sensor.
TSdlVirtualJoystickTouchpadDesc A virtual joystick touchpad.

Types

Name Description
TSdlBasicGamepadAxis
TSdlBasicGamepadButton
TSdlFingerID A unique ID for a single finger on a touch device.
TSdlGamepadAxes
TSdlGamepadAxis The list of axes available on a gamepad
TSdlGamepadBindingType Types of gamepad control bindings.
TSdlGamepadButton The list of buttons available on a gamepad
TSdlGamepadButtonLabel The set of gamepad button labels
TSdlGamepadButtons
TSdlGamepadConnectionState Possible connection states for a gamepad device.
TSdlGamepadKind Standard gamepad types.
TSdlHat Joystick Hat positions
TSdlHats A sert of joystick Hat positions
TSdlJoystickConnectionState Possible connection states for a joystick device.
TSdlJoystickKind An enum of some common joystick types.
TSdlKeycode The SDL virtual key representation.
TSdlKeyMod Valid key modifiers.
TSdlKeyMods A set of valid key modifiers.
TSdlMouseButton Pressed mouse buttons, as reported by TSdlMouse.GetPressedButtons, etc.
TSdlMouseButtons A set of mouse buttons.
TSdlMouseWheelDirection Scroll direction types for the Scroll event
TSdlPenAxis Pen axis indices.
TSdlPenID SDL pen instance IDs.
TSdlPenInputFlag Pen input flag, as reported by various pen events' PenState field.
TSdlPenInputFlags Set of pen input flags.
TSdlScancode The SDL keyboard scancode representation.
TSdlSensorKind The different sensors defined by SDL.
TSdlSystemCursor Cursor types for TSdlCursor.Create.
TSdlTouchDeviceType An enum that describes the type of a touch device.
TSdlVirtualJoystickCleanup Callback type for TSdlVirtualJoystickDesc.Cleanup
TSdlVirtualJoystickRumble Callback type for TSdlVirtualJoystickDesc.Rumble
TSdlVirtualJoystickRumbleTriggers Callback type for TSdlVirtualJoystickDesc.RumbleTriggers
TSdlVirtualJoystickSendEffect Callback type for TSdlVirtualJoystickDesc.SendEffect
TSdlVirtualJoystickSetLed Callback type for TSdlVirtualJoystickDesc.SetLed
TSdlVirtualJoystickSetPlayerIndex Callback type for TSdlVirtualJoystickDesc.SetPlayerIndex
TSdlVirtualJoystickSetSensorsEnabled Callback type for TSdlVirtualJoystickDesc.SetSensorsEnabled
TSdlVirtualJoystickUpdate Callback type for TSdlVirtualJoystickDesc.Update

Constants

Name Description
SDL_JOYSTICK_AXIS_MAX The largest value an SDL_Joystick's axis can report.
SDL_JOYSTICK_AXIS_MIN The smallest value an SDL_Joystick's axis can report.
SDL_STANDARD_GRAVITY A constant to represent standard gravity for accelerometer sensors.