Searched refs:m_lastScroll (Results 1 – 2 of 2) sorted by relevance
175 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