ISDBUICommonEvents::OnKeyDown

From MediaMonkey Wiki
Jump to navigation Jump to search

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