Page 1 of 1

Key Pressed module question

Posted: Fri Apr 25, 2014 1:21 pm
by KimSteff
Are there a buffer build in to the key pressed module to avoid any missing keypress.down commands fra a PC keyboard ?

Re: Key Pressed module question

Posted: Fri Apr 25, 2014 9:04 pm
by KG_is_back
From what I can tell, the module checks whether given key is pressed at the moment it receives a trigger. So we may assume it doesn't actually check for keypress.down commands. I may be wrong though.

Re: Key Pressed module question

Posted: Fri Apr 25, 2014 10:13 pm
by tester
Generally it uses ticker, and since ticker is green - it may be less accurate (responsive) if many triggers are wandering.