mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
commit
14d26304f0
2 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ namespace entry
|
|||
{
|
||||
// TODO: remove!
|
||||
// Command + Left Mouse Button acts as middle! This just a temporary solution!
|
||||
// This is becase the average OSX user doesn't have middle mouse click.
|
||||
// This is because the average OSX user doesn't have middle mouse click.
|
||||
MouseButton::Enum mb = ([event modifierFlags] & NSCommandKeyMask) ? MouseButton::Middle : MouseButton::Left;
|
||||
m_eventQueue.postMouseEvent(s_defaultWindow, m_mx, m_my, m_scroll, mb, true);
|
||||
break;
|
||||
|
|
|
@ -844,7 +844,7 @@ namespace bgfx { namespace mtl
|
|||
m_maxAnisotropy = 1;
|
||||
}
|
||||
|
||||
//TODO: _resolution has wrong dimensions, usng m_drawable.texture size now
|
||||
//TODO: _resolution has wrong dimensions, using m_drawable.texture size now
|
||||
|
||||
if ( NULL == m_drawable.texture )
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue