sdl3/generated/lib_sdl_touch library
Functions
-
sdlGetTouchDeviceName(
int touchId) → String? - Get the touch device name as reported from the driver.
-
sdlGetTouchDevices(
Pointer< Int32> count) → Pointer<Uint64> - Get a list of registered touch devices.
-
sdlGetTouchDeviceType(
int touchId) → int - Get the type of the given touch device.
-
sdlGetTouchFingers(
int touchId, Pointer< Int32> count) → Pointer<Pointer< SdlFinger> > - Get a list of active fingers for a given touch device.