Open matheusboaro opened 2 years ago
Thank you @matheusboaro. Could you please say if it happens in NCLua script or in onSelection event?
Hi @matheusboaro. Could you please better detail?
When debugging key events in NCLua, it appears that they are swapped. When pressing the key the event received is 'release' and when we release the key the event triggered is 'press'. It appears that the order is reversed.
Sorry, I wasn't receiving any notifications of the previous replies, but it's like Daniel clarified above.
When you press a key, the event is "showing" release, and when you release a key the event is showing "press".