mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- made mouse scaling in Cocoa backend match other platforms
This commit is contained in:
parent
61641bd45e
commit
cc07c56c36
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