webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <UIKitSPI.h>
Public Attributes | |
UIWebTouchEventType | type |
NSTimeInterval | timestamp |
CGPoint | locationInScreenCoordinates |
CGPoint | locationInDocumentCoordinates |
CGFloat | scale |
CGFloat | rotation |
bool | inJavaScriptGesture |
struct _UIWebTouchPoint * | touchPoints |
unsigned | touchPointCount |
bool | isPotentialTap |
bool _UIWebTouchEvent::inJavaScriptGesture |
bool _UIWebTouchEvent::isPotentialTap |
CGPoint _UIWebTouchEvent::locationInDocumentCoordinates |
CGPoint _UIWebTouchEvent::locationInScreenCoordinates |
CGFloat _UIWebTouchEvent::rotation |
CGFloat _UIWebTouchEvent::scale |
NSTimeInterval _UIWebTouchEvent::timestamp |
unsigned _UIWebTouchEvent::touchPointCount |
struct _UIWebTouchPoint* _UIWebTouchEvent::touchPoints |
UIWebTouchEventType _UIWebTouchEvent::type |