K Kapslok Member Licensed User Longtime User Jan 27, 2011 #1 Hello and thanks for b4a team for this very interesting project. I'm planning to purchase it in near future. I browsed through the forum and didn't find a solution for a problem yet. How do you know when the user has released a key after pressing it? Is there such as: Activity_KeyRelease (KeyCode As Int) As Boolean ? Kapslok
Hello and thanks for b4a team for this very interesting project. I'm planning to purchase it in near future. I browsed through the forum and didn't find a solution for a problem yet. How do you know when the user has released a key after pressing it? Is there such as: Activity_KeyRelease (KeyCode As Int) As Boolean ? Kapslok
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2011 #2 Currently there is no such event. Also note that some views catch the key strokes and handle those internally. In most cases it is hard to handle key strokes globally. Upvote 0
Currently there is no such event. Also note that some views catch the key strokes and handle those internally. In most cases it is hard to handle key strokes globally.
K Kapslok Member Licensed User Longtime User Jan 28, 2011 #3 Ok. Proper keyboard reading is essential for action games. Maybe one option would be to change the keypress-delay values. Thanks for a quick reply, looking forward! Kapslok Upvote 0
Ok. Proper keyboard reading is essential for action games. Maybe one option would be to change the keypress-delay values. Thanks for a quick reply, looking forward! Kapslok