mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
ec7154a214
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ struct MouseState
|
|||
: m_mx(0)
|
||||
, m_my(0)
|
||||
{
|
||||
for (uint32_t ii = 0; ii < entry::MouseButton::Count; ++ii)
|
||||
{
|
||||
m_buttons[ii] = entry::MouseButton::None;
|
||||
}
|
||||
}
|
||||
|
||||
uint32_t m_mx;
|
||||
|
|
Loading…
Reference in a new issue