i dont knowI'm trying to learn FlatSDK , but I can't figure out how the KeyPress event works. What a difference these methods and how can I use that methods.
Kod:Flatsdk.IsKeyDown(); Flatsdk.IsKeyPress(); Flatsdk.IsKeyPushedDown(); Flatsdk.IsKeyDownAs();
And I want to know if the key event can be stopped.like in JAVA
Kod:event.consume();
* (I'm trying these things on PUBG mobile using GameLoop emulator)