Home
last modified time | relevance | path

Searched refs:m_lastScroll (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/imgui/
H A Dimgui.cpp175 m_lastScroll = 0; in create()
367 io.MouseWheel = (float)(_scroll - m_lastScroll); in beginFrame()
368 m_lastScroll = _scroll; in beginFrame()
402 int32_t m_lastScroll; member
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/imgui/
H A Dimgui.cpp175 m_lastScroll = 0; in create()
367 io.MouseWheel = (float)(_scroll - m_lastScroll); in beginFrame()
368 m_lastScroll = _scroll; in beginFrame()
402 int32_t m_lastScroll; member