Currently, the Android port has by default 4 on screen buttons enabled, with a "medium" size and the so-called "sun" theme:
These buttons are couple to the following 4 functions:
-Toggle console
-Toggle on screen MSX keyboard
-Fire button A
-Fire Button B
These buttons are coming from the Android version of the Simple Direct media Layer (SDL) library.
With SDL it is possible to enable up to 6 of these onscreen buttons:
It is also possible to change the size, from "tiny"
to "large":
It is also possible to change the "theme". The default is the so-called "sun" theme but in the SDL settings menu:
you can for example select the "simple" theme:
As you can see in the screenshots, the buttons get by default placed in the right bottom corner of the screen. It is however possible to programmatically change this.
The purpose of this topic is to discuss:
1) How many buttons should by default be enabled in the APK
2) What function should by default be coupled to each button
3) Where should each button be placed on the screen
4) What default theme should be used
The idea is to find consensus and decide on default settings to be used in the APK that cater to most of you, so that most of you don't have to change these settings after installation of the APK