webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
_UIWebTouchEvent Struct Reference

#include <UIKitSPI.h>

Public Attributes

UIWebTouchEventType type
 
NSTimeInterval timestamp
 
CGPoint locationInScreenCoordinates
 
CGPoint locationInDocumentCoordinates
 
CGFloat scale
 
CGFloat rotation
 
bool inJavaScriptGesture
 
struct _UIWebTouchPointtouchPoints
 
unsigned touchPointCount
 
bool isPotentialTap
 

Member Data Documentation

◆ inJavaScriptGesture

bool _UIWebTouchEvent::inJavaScriptGesture

◆ isPotentialTap

bool _UIWebTouchEvent::isPotentialTap

◆ locationInDocumentCoordinates

CGPoint _UIWebTouchEvent::locationInDocumentCoordinates

◆ locationInScreenCoordinates

CGPoint _UIWebTouchEvent::locationInScreenCoordinates

◆ rotation

CGFloat _UIWebTouchEvent::rotation

◆ scale

CGFloat _UIWebTouchEvent::scale

◆ timestamp

NSTimeInterval _UIWebTouchEvent::timestamp

◆ touchPointCount

unsigned _UIWebTouchEvent::touchPointCount

◆ touchPoints

struct _UIWebTouchPoint* _UIWebTouchEvent::touchPoints

◆ type

UIWebTouchEventType _UIWebTouchEvent::type

The documentation for this struct was generated from the following file: