Title: [205618] trunk/Tools
- Revision
- 205618
- Author
- [email protected]
- Date
- 2016-09-08 03:28:02 -0700 (Thu, 08 Sep 2016)
Log Message
Expose Apple Pencil input to testing system
https://bugs.webkit.org/show_bug.cgi?id=161670
<rdar://problem/28183327>
I fixed the internal builds, now try to fix the public builds.
* WebKitTestRunner/ios/IOKitSPI.h: Add new enum values.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (205617 => 205618)
--- trunk/Tools/ChangeLog 2016-09-08 10:17:41 UTC (rev 205617)
+++ trunk/Tools/ChangeLog 2016-09-08 10:28:02 UTC (rev 205618)
@@ -1,3 +1,13 @@
+2016-09-08 Dean Jackson <[email protected]>
+
+ Expose Apple Pencil input to testing system
+ https://bugs.webkit.org/show_bug.cgi?id=161670
+ <rdar://problem/28183327>
+
+ I fixed the internal builds, now try to fix the public builds.
+
+ * WebKitTestRunner/ios/IOKitSPI.h: Add new enum values.
+
2016-09-07 Dean Jackson <[email protected]>
Expose Apple Pencil input to testing system
Modified: trunk/Tools/WebKitTestRunner/ios/IOKitSPI.h (205617 => 205618)
--- trunk/Tools/WebKitTestRunner/ios/IOKitSPI.h 2016-09-08 10:17:41 UTC (rev 205617)
+++ trunk/Tools/WebKitTestRunner/ios/IOKitSPI.h 2016-09-08 10:28:02 UTC (rev 205618)
@@ -75,11 +75,17 @@
kIOHIDDigitizerEventStart = 1<<8,
kIOHIDDigitizerEventEstimatedAltitude = 1<<28,
kIOHIDDigitizerEventEstimatedAzimuth = 1<<29,
- kIOHIDDigitizerEventEstimatedPressure = 1<<30,
+ kIOHIDDigitizerEventEstimatedPressure = 1<<30
};
typedef uint32_t IOHIDDigitizerEventMask;
enum {
+ kIOHIDDigitizerEventUpdateAltitudeMask = 1<<28,
+ kIOHIDDigitizerEventUpdateAzimuthMask = 1<<29,
+ kIOHIDDigitizerEventUpdatePressureMask = 1<<30
+};
+
+enum {
kIOHIDEventTypeNULL,
kIOHIDEventTypeVendorDefined,
kIOHIDEventTypeKeyboard = 3,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes