awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
Awesomium.WebTouchPoint
awebview
wrapper
cpp
webtouchevent
Awesomium
Undocumented in source.
mixintemplate
Awesomium
()
struct
WebTouchPoint {
int
id
;
WebTouchPointState
state
;
int
screen_position_x
;
int
screen_position_y
;
int
position_x
;
int
position_y
;
int
radius_x
;
int
radius_y
;
float
rotation_angle
;
float
force
;
}
Members
Variables
force
float
force
;
Undocumented in source.
id
int
id
;
Undocumented in source.
position_x
int
position_x
;
Undocumented in source.
position_y
int
position_y
;
Undocumented in source.
radius_x
int
radius_x
;
Undocumented in source.
radius_y
int
radius_y
;
Undocumented in source.
rotation_angle
float
rotation_angle
;
Undocumented in source.
screen_position_x
int
screen_position_x
;
Undocumented in source.
screen_position_y
int
screen_position_y
;
Undocumented in source.
state
WebTouchPointState
state
;
Undocumented in source.
Meta
Source
See Implementation
awebview
wrapper
cpp
webtouchevent
Awesomium
enums
WebTouchEventType
WebTouchPointState
structs
WebTouchEvent
WebTouchPoint