Keys only has two functions: bind, unbind

The function bind is used to bind a piece of code to a key press:

Keys.bind("space", {Sim.running = ! Sim.running});
Last modified August 12, 2008 10:00 am
Copyright 2008 Algoryx Simulation