mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 02:49:17 +01:00
560fcd9442
When toggle mode is enabled, the button will toggle between the `Pressed` and `Released` state when it's pressed. Without toggle mode: ACTION_DOWN -> Pressed ACTION_UP -> Released ACTION_DOWN -> Pressed ACTION_UP -> Released With toggle mode: ACTION_DOWN -> Pressed ACTION_UP -> No event ACTION_DOWN -> No event ACTION_UP -> Released |
||
---|---|---|
.. | ||
libraries | ||
src/main | ||
.gitignore | ||
build.gradle | ||
CMakeLists.txt | ||
proguard-rules.pro |