Touchpad and Mobile UI improvements #35
	
		Labels
		
	
	
	
	No labels
	
		
			
	
	bug
		
			doodad
		
			enhancement
		
			levels & doodads
		
			security
		
			ui toolkit
		
			wontfix
		
		
	
		No milestone
		
	
	No project
	
		
	
	
	
	
		No assignees
		
	
	
		
			
		
	
	
	
		1 participant
	
	
		
		
	Notifications
	
		
	
	
	
		
	
	
	Due date
No due date set.
	
		Dependencies
		
		
	
	
	No dependencies set.
		Reference: SketchyMaze/doodle#35
		
	
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	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
489a43ea8cIn 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
c2c91e45a9the 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