Name
ONKEYDOWN -- user pressed a key / OBSOLETE
Synopsis
Label(ONKEYDOWNx)
Function
Attention: This function is part of the Hollywood 1.x event library. You should not use it any longer. Please use the functions of the new library from Hollywood 2.0 which is much better.

This event is raised when the user presses a monitored key. Hollywood will Gosub() then to the label with the name ONKEYDOWNx where x is the identifier of the keydown. For example, Hollywood will Gosub() to the label called ONKEYDOWN15 when the user presses the key with the number 15.

Inputs
x
key number
Example
See CreateKeyDown


Show TOC