ISDBUICommonEvents::OnKeyDown: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (introduced, see also)
 
Line 11: Line 11:
This event is called when a key is pressed down.
This event is called when a key is pressed down.


Introduced in MediaMonkey 3.1.0.1220.
{{Introduced|3.1.0.1220}}
 
===See Also===
*[[ShiftState]]
*[[ISDBUICommonEvents::OnKeyPress]]
*[[ISDBUICommonEvents::OnKeyUp]]


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Latest revision as of 21:59, 20 April 2013

CoClass SDBUICommon, Interface ISDBUICommonEvents

Sub OnKeyDown(Key As Int, ShiftState As Int)


Parameters

Name Type Description
Key Int Specifies Windows VK code of key
ShiftState Int Specifies state of some system keys


Event description

This event is called when a key is pressed down.

Introduced in MediaMonkey version 3.1.0.1220.


See Also