mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Mouse up/down events from entry_sdl.cpp incorrectly have mouse z (scroll_z) set to zero (#1404)
This commit is contained in:
committed by
Branimir Karadžić
parent
4bfa717940
commit
ff34c8c37d
@@ -561,7 +561,7 @@ namespace entry
|
||||
m_eventQueue.postMouseEvent(handle
|
||||
, mev.x
|
||||
, mev.y
|
||||
, 0
|
||||
, m_mz
|
||||
, button
|
||||
, mev.type == SDL_MOUSEBUTTONDOWN
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user