ISDBUICommonEvents::OnMouseDown

From MediaMonkey Wiki
Revision as of 22:01, 20 April 2013 by Michal.kocarek (talk | contribs) (introduced, see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CoClass SDBUICommon, Interface ISDBUICommonEvents

Sub OnMouseDown(Button As Int, ShiftState As Int, X As Int, Y As Int)


Parameters

Name Type Description
Button Int Mouse button, can be 0-Left, 1-Right, 2-Middle
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 a mouse button is pressed.

Introduced in MediaMonkey version 3.1.0.1220.


See Also