skyline/app/src/main/java/emu/skyline/input/onscreen
lynxnb d7e38e9556 Introduce a control panel to edit buttons instead of a fab bar
An unusual big commit, unfortunately needed because none of these changes would make sense nor work individual. A quick list of what have been done follows.
* Introduced a control panel to control buttons replacing the FAB bar
* `ConfigurableButton` and `OnScreenConfiguration` interfaces have been introduced to allow for easier proxying of actions when applying the same changes to all buttons
* Button resize logic has been stripped from the buttons in favor of the new sliders
* General cleanup and renaming of various methods to better reflect their functionality
2023-05-02 12:27:57 +01:00
..
ConfigurableButton.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00
OnScreenButton.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00
OnScreenConfiguration.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00
OnScreenControllerView.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00
OnScreenEditActivity.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00
OnScreenEditInfo.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00
OnScreenItemDefinitions.kt Introduce a control panel to edit buttons instead of a fab bar 2023-05-02 12:27:57 +01:00