Warning: This site is under construction, most links will be broken.

LightX API -> lxinputkeyboard -> held

Last modified on Wed, 9th May 2007 at 02:48 UTC by zipplet

lxinputkeyboard.held


function held(
  key: word
): boolean;


Returns TRUE if the specified key is currently pressed (held down).

key: word
The key to check. Key IDs use the windows virtualkey (VK) constants.

Class: lxinputkeyboard