From: <ba...@us...> - 2009-10-24 16:52:33
|
Revision: 63 http://scrupp.svn.sourceforge.net/scrupp/?rev=63&view=rev Author: basique Date: 2009-10-24 16:52:22 +0000 (Sat, 24 Oct 2009) Log Message: ----------- - new function: scrupp.setKeyRepeat(delay, interval) - delay (in ms) specifies how long the key must be pressed before it begins repeating - interval (in ms) specifies the repetition speed - the callback "keypressed" gets the utf-8 translation of the pressed key as a second argument - if you press the ?\195?\182 key on a German keyboard, the string will contain "?\195?\182" - the translation depends on the keyboard layout of the user Modified Paths: -------------- trunk/src/Graphics.c trunk/src/Keyboard.c trunk/src/Main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |