Xquartz: Added missing ev_type for NSTabletPoint event.
(cherry picked from commit 07548f13947a212dcc020d52fe0ad679255121e2)
This commit is contained in:
@@ -912,6 +912,7 @@ static void send_nsevent(NSEvent *e) {
|
|||||||
// fall through to get tablet data
|
// fall through to get tablet data
|
||||||
|
|
||||||
case NSTabletPoint:
|
case NSTabletPoint:
|
||||||
|
ev_type = MotionNotify;
|
||||||
pressure = [e pressure];
|
pressure = [e pressure];
|
||||||
tilt_x = [e tilt].x;
|
tilt_x = [e tilt].x;
|
||||||
tilt_y = [e tilt].y;
|
tilt_y = [e tilt].y;
|
||||||
|
|||||||
Reference in New Issue
Block a user