mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Use m_mz in ButtonPress mouse event instead of 0 (#962)
This commit is contained in:
committed by
Branimir Karadžić
parent
a3113ab94c
commit
d79032e21b
@@ -459,7 +459,7 @@ namespace entry
|
||||
m_eventQueue.postMouseEvent(handle
|
||||
, xbutton.x
|
||||
, xbutton.y
|
||||
, 0
|
||||
, m_mz
|
||||
, mb
|
||||
, event.type == ButtonPress
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user