dagon v0.9.0 (2018-11-13T17:01:23Z)
Home
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_GetTouchFinger
functions
SDL_GetNumTouchDevices
SDL_GetNumTouchFingers
SDL_GetTouchDevice
SDL_GetTouchFinger
structs
SDL_Finger