mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Remove dependency over transformY
This commit is contained in:
parent
eea6b32f66
commit
58d3c0fd45
@ -492,7 +492,7 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
|||||||
|
|
||||||
_glfwInputPenTabletData(
|
_glfwInputPenTabletData(
|
||||||
pos.x,
|
pos.x,
|
||||||
(double)transformY((float)pos.y),
|
CGDisplayBounds(CGMainDisplayID()).size.height - pos.y,
|
||||||
posz / 1024.0,
|
posz / 1024.0,
|
||||||
pressure,
|
pressure,
|
||||||
pitch,
|
pitch,
|
||||||
|
Loading…
Reference in New Issue
Block a user