Mouse up/down events from entry_sdl.cpp incorrectly have mouse z (scroll_z) set to zero (#1404)

This commit is contained in:
OswaldHurlem 2018-06-06 21:40:18 -07:00 committed by Branimir Karadžić
parent 4bfa717940
commit ff34c8c37d
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ namespace entry
m_eventQueue.postMouseEvent(handle
, mev.x
, mev.y
, 0
, m_mz
, button
, mev.type == SDL_MOUSEBUTTONDOWN
);