Name
RemoveKeyDown -- remove a keydown object / OBSOLETE
Synopsis
RemoveKeyDown(id)
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 function will remove the keydown object specified by id from Hollywood's keydown database. Events of this keydown will no longer be received.

Inputs
id
keydown to delete
Example
RemoveKeydown(1)
Deletes keydown object 1.

Show TOC