ISDBUICommonEvents::OnMouseMove

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBUICommon, Interface ISDBUICommonEvents

Sub OnMouseMove(ShiftState As Int, X As Int, Y As Int)


Parameters

Name Type Description
ShiftState Int Specifies state of some system keys
X Int X-coordinate of mouse pointer
Y Int Y-coordinate of mouse pointer


Event description

This event is called when the mouse pointer is moved.

Introduced in MediaMonkey version 3.1.0.1220.


See Also