mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
Enable / Disable Touchscreen #481
This commit will reverse the logic of touch screen as suggested by @ArjanOnwezen
This commit is contained in:
parent
4a0d42ed34
commit
cebbc12084
5 changed files with 10 additions and 10 deletions
|
@ -225,10 +225,10 @@ private:
|
|||
"Login with play dead"
|
||||
};*/
|
||||
|
||||
Checkbox checkbox_enable_touchscreen {
|
||||
Checkbox checkbox_disable_touchscreen {
|
||||
{ 3 * 8, 2 * 16 },
|
||||
20,
|
||||
"Enable touchscreen"
|
||||
"Disable touchscreen"
|
||||
};
|
||||
|
||||
Checkbox checkbox_speaker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue