summaryrefslogtreecommitdiff
path: root/src/gui/touchscreengui.h
Commit message (Collapse)AuthorAge
* Include irrlichttypes.h first to work around Irrlicht#433 (#10872)Vitaliy2021-01-28
| | | Fixes the PcgRandom::PcgRandom linker issue, caused by inconsistent data type definition.
* TouchScreenGUI: fix some bugs, cleanupMoNTE482020-06-09
|
* Android: Fix broken double-tap after 49 days uptimeSmallJoker2019-11-03
|
* LINT fixes since recent tooling updateLoïc Blot2019-03-14
|
* Android: Move touchscreen rare controls inline with settings icon (#8006)stujones112018-12-20
|
* Fix Android build errors (caused by 5f1cd55)Juozas2018-12-03
| | | After commit 5f1cd55 touchscreengui.* files were pointing to old file locations
* Android: Add 'aux' button (#7477)Muhammad Rifqi Priyo Susanto2018-07-10
| | | | | Add 'aux' button. Use joystick to trigger 'aux' button when forward and out of main circle, by enabling 'virtual_joystick_triggers_aux' setting.
* Android: Modify touch screen GUI's buttons (#7240)Muhammad Rifqi Priyo Susanto2018-04-18
| | | | | | | * 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
* Android: Replace movement buttons with joystick (#7126)Muhammad Rifqi Priyo Susanto2018-04-10
| | | | | | | | | | | | | | | | | * 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
* Android build fixes for c++11stujones112018-03-11
|
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around