Key Pressed module question

For general discussion related FlowStone
Post Reply
KimSteff
Posts: 31
Joined: Tue Dec 20, 2011 9:50 pm

Key Pressed module question

Post by KimSteff »

Are there a buffer build in to the key pressed module to avoid any missing keypress.down commands fra a PC keyboard ?
KG_is_back
Posts: 1196
Joined: Tue Oct 22, 2013 5:43 pm
Location: Slovakia

Re: Key Pressed module question

Post 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.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Key Pressed module question

Post by tester »

Generally it uses ticker, and since ticker is green - it may be less accurate (responsive) if many triggers are wandering.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Post Reply