Xquartz: Added missing ev_type for NSTabletPoint event.
(cherry picked from commit 07548f13947a212dcc020d52fe0ad679255121e2)
This commit is contained in:
parent
13a89f1920
commit
1b42f55000
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue