Touchpad and Mobile UI improvements #35
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#35
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Touch Controls for Play Mode
Status: Done.
Implemented in
489a43ea8c
In Play Mode, the entire screen becomes a touchable surface.
The very middle of your screen (96x96 box or so) is the "Use" button and a deadzone to directional controls.
The whole rest of the screen moves the character left, right, down or jump if you are touching further in that direction than the nearest edge of the middle box.
When gameplay is idle, hint boxes appear, the middle hint is the size of the middle box to get your bearings.
Pan the level editor
In
c2c91e45a9
the middle-click mouse button can drag and pan the level editor.For the least disruption, add support enough for SDL2 multitouch gestures and consider a two-finger scroll to be equivalent to the middle mouse drag.
Mobile UI Improvementsto Touchpad and Mobile UI improvements