We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23989d2 commit 73acea7Copy full SHA for 73acea7
1 file changed
libs/driver/src/VideoDriver.cpp
@@ -27,7 +27,7 @@ VideoDriver::VideoDriver(VideoDriverLoaderInterface* CallBack)
27
28
Position VideoDriver::GetMousePos() const
29
{
30
- return mouse_xy.pos;
+ return mouse_xy.pos * (int)dpiScale_;
31
}
32
33
/**
0 commit comments