mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fix issue #229: Mouse movement does not work on OSX/Macbook Pro properly
This commit is contained in:
@@ -234,6 +234,8 @@ namespace entry
|
||||
switch (eventType)
|
||||
{
|
||||
case NSMouseMoved:
|
||||
case NSLeftMouseDragged:
|
||||
case NSRightMouseDragged:
|
||||
{
|
||||
int x, y;
|
||||
getMousePos(&x, &y);
|
||||
|
||||
Reference in New Issue
Block a user