ISDBUICommonEvents::OnMouseMove: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (introduced, see also) |
||
Line 12: | Line 12: | ||
This event is called when the mouse pointer is moved. | This event is called when the mouse pointer is moved. | ||
Introduced | {{Introduced|3.1.0.1220}} | ||
===See Also=== | |||
*[[ShiftState]] | |||
*[[ISDBUICommonEvents::OnMouseDown]] | |||
*[[ISDBUICommonEvents::OnMouseUp]] | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 22:01, 20 April 2013
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.