Source position: uCEFTypes.pas line 4801
type TCefTouchEvent = record |
||
id: Integer; |
|
|
x: single; |
|
|
y: single; |
|
|
radius_x: single; |
|
|
radius_y: single; |
|
|
rotation_angle: single; |
|
|
pressure: single; |
|
|
type_: TCefTouchEeventType; |
|
|
modifiers: TCefEventFlags; |
|
|
pointer_type: TCefPointerType; |
|
|
end; |
CT Web help |
CodeTyphon Studio |