mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-10 14:24:22 -04:00
Merge pull request #234 from attilaz/xcde4_v3
Fixed issue #229: Mouse movement does not work on OSX/Macbook Pro properly
This commit is contained in:
commit
f65c48434e
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ namespace entry
|
|||
switch (eventType)
|
||||
{
|
||||
case NSMouseMoved:
|
||||
case NSLeftMouseDragged:
|
||||
case NSRightMouseDragged:
|
||||
{
|
||||
int x, y;
|
||||
getMousePos(&x, &y);
|
||||
|
|
Loading…
Add table
Reference in a new issue