aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
TouchFingerEvent
aurorafw
core
input
events
Undocumented in source.
struct
TouchFingerEvent {
float
dx
;
float
dy
;
float
x
;
float
y
;
ubyte
fingerID
;
}
Members
Variables
dx
float
dx
;
dy
float
dy
;
Undocumented in source.
fingerID
ubyte
fingerID
;
Undocumented in source.
x
float
x
;
y
float
y
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
core
input
events
structs
KeyboardEvent
MouseButtonEvent
MouseMotionEvent
MouseScrollEvent
TouchFingerEvent