Index

CDTWindow

Event_MouseScroll

virtual void Event_MouseScroll(DT_SLONG x, DT_SLONG y, DT_SLONG dx, DT_SLONG dy)

This virtual function is called when a user scrolls the mouse pointer inside the window.

Parameters

ParameterDescription

x

x coordinate of the position to which the mouse pointer was scrolled, in pixels and relative to the origin of the window.

y

y coordinate of the position to which the mouse pointer was scrolled, in pixels and relative to the origin of the window.

dx

dy

 

Index