aboutsummaryrefslogtreecommitdiff
path: root/src/gui/touchscreengui.cpp
AgeCommit message (Collapse)Author
2021-09-26Touch UI support for desktop builds (#10729)TheBrokenRail
2021-07-21Remove unused header includeshecks
2021-02-24Use "Aux1" key name consistently everywhereWuzzy
2020-12-24Fix some minor code issues all over the placesfan5
2020-06-18Android: Fix only right strafe working (#10046)rubenwardy
2020-06-09TouchScreenGUI: fix some bugs, cleanupMoNTE48
2020-06-09Fix real keyboard movements on touchscreen devicesMaksim
2018-12-03Fix Android build errors (caused by 5f1cd55)Juozas
After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
2018-10-19Android buttons: Inset 'rare controls', inset and resize 'gear icon' (#7792)Paramat
Previously these were both inconsistently close to the screen edge. 'gear icon' has been enlarged to match the width of 'zoom' and 'aux' buttons.
2018-07-10Android: Add 'aux' button (#7477)Muhammad Rifqi Priyo Susanto
Add 'aux' button. Use joystick to trigger 'aux' button when forward and out of main circle, by enabling 'virtual_joystick_triggers_aux' setting.
2018-06-30Android: Resize jump and sneak buttons' touch target (#7498)Muhammad Rifqi Priyo Susanto
2018-04-18Android: Modify touch screen GUI's buttons (#7240)Muhammad Rifqi Priyo Susanto
* Android: Add zoom, minimap, and toggle chat button Zoom button is put above jump button. Minimap and toggle chat button are put in settings bar. * Jump button is rotated down button * Move three buttons on the right screen higher
2018-04-10Android: Replace movement buttons with joystick (#7126)Muhammad Rifqi Priyo Susanto
* Android: Replace movement buttons with joystick Replace movement control buttons (arrows at bottom left screen) with virtual joystick. Joystick has 8 directions (same as keyboard). Basically, just map it to keyboard input. Joystick applies only on left 1/3 of screen. Joystick's position can be fixed by enabling fixed_virtual_joystick setting. Three new images: (1) placeholder joystick, (2) joystick container (background), and (3) joystick cursor. Remove unused images: movement control buttons (*_arrow.png). New data type: touch_gui_joystick_move_id Joystick's fixed position is spaced one button size from bottom and from left of screen. Remove unused variable: m_joystick_downlocation
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around