mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- made mouse scaling in Cocoa backend match other platforms
This commit is contained in:
parent
dae1506182
commit
df2b3b6b17
1 changed files with 1 additions and 2 deletions
|
@ -497,8 +497,7 @@ void ProcessMouseMoveInGame(NSEvent* theEvent)
|
|||
|
||||
if (!m_noprescale)
|
||||
{
|
||||
x *= 3;
|
||||
y *= 2;
|
||||
x <<= 2;
|
||||
}
|
||||
|
||||
event_t event = {};
|
||||
|
|
Loading…
Reference in a new issue