bubel-ecs v0.1.1 (2023-01-18T14:09:25Z)
Dub
Repo
SDL_Finger
bindbc
sdl
bind
sdltouch
Undocumented in source.
struct
SDL_Finger {
SDL_FingerID
id
;
float
x
;
float
y
;
float
pressure
;
}
Members
Variables
id
SDL_FingerID
id
;
Undocumented in source.
pressure
float
pressure
;
Undocumented in source.
x
float
x
;
Undocumented in source.
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
bindbc
sdl
bind
sdltouch
aliases
SDL_FingerID
SDL_TouchID
pSDL_GetNumTouchDevices
pSDL_GetNumTouchFingers
pSDL_GetTouchDevice
pSDL_GetTouchDeviceType
pSDL_GetTouchFinger
enums
SDL_TouchDeviceType
functions
SDL_GetNumTouchDevices
SDL_GetNumTouchFingers
SDL_GetTouchDevice
SDL_GetTouchDeviceType
SDL_GetTouchFinger
manifest constants
DL_TOUCH_MOUSEID
SDL_MOUSE_TOUCHID
structs
SDL_Finger