Your browser does not support HTML5 canvas. Fork me on GitHub

Available Packages:

ClosureKeyPresses

Source

function onKeyPress(oskeytype key, KeyPressListener listener) returns KeyPressListener

Source

function onKeyPress(oskeytype key, 'unknown type' (the type OSKEY_META could not be found, the containing package might not be imported) metaKey, KeyPressListener listener) returns KeyPressListener

Source

function onKeyPress(oskeytype key, 'unknown type' (the type OSKEY_META could not be found, the containing package might not be imported) metaKey, boolean onKeyDown, KeyPressListener listener) returns KeyPressListener

Source

function onKeyPress(player whichPlayer, oskeytype key, KeyPressListener listener) returns KeyPressListener

Source

function onKeyPress(player whichPlayer, oskeytype key, 'unknown type' (the type OSKEY_META could not be found, the containing package might not be imported) metaKey, KeyPressListener listener) returns KeyPressListener

Source

function onKeyPress(player whichPlayer, oskeytype key, 'unknown type' (the type OSKEY_META could not be found, the containing package might not be imported) metaKey, boolean onKeyDown, KeyPressListener listener) returns KeyPressListener

Source

function onKeyRelease(oskeytype key, KeyPressListener listener) returns KeyPressListener

Source

function onKeyRelease(player whichPlayer, oskeytype key, KeyPressListener listener) returns KeyPressListener

Source