mirror of
				https://github.com/Rockbox/rockbox.git
				synced 2025-10-26 23:36:37 -04:00 
			
		
		
		
	- Reduce need to press multiple buttons at the same time to quit a plugin - Have "Menu" be default way to quit plugins or to access plugin menu - Fall back to (Long) "Select" or Long "Menu" in cases where Menu button isn't available (e.g. in ImageViewer and many games) out of scope: boomshine, lua_scripts, Rockpaint, Doom, Duke3D, Pacbox, Quake, Sgt-Puzzles, Wolf3D, XWorld, Minesweeper, Pixel Painter, Spacerocks Change-Id: I6d4dc7174695fe4b8ee9cbaccb21bdbfe6af5c48
		
			
				
	
	
		
			36 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \subsection{Snake}
 | |
| \screenshot{plugins/images/ss-snake}{Snake}{fig:snake}
 | |
| 
 | |
| This is the popular snake game. The aim is to grow your snake as large
 | |
| as possible by eating the dots that appear on the screen. The game will
 | |
| end when the snake touches either the borders of the screen or itself.
 | |
| 
 | |
| \begin{btnmap}
 | |
|     \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
 | |
|         ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
 | |
|         ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
 | |
|         {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
 | |
|     \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
 | |
|     \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
 | |
|     \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle / \TouchMidLeft{} / \TouchMidRight}
 | |
|     \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
 | |
|     \opt{XDUOO_X3_PAD}{\ButtonPrev / \ButtonNext / \ButtonHome / \ButtonOption}
 | |
|   \opt{HAVEREMOTEKEYMAP}{& }
 | |
|         & Move snake\\
 | |
|     %
 | |
|     \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
 | |
|     \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
 | |
|       ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD}
 | |
|       {\ButtonSelect}
 | |
|     \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
 | |
|     \opt{COWON_D2_PAD}{\TouchCenter}
 | |
|     \opt{MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,XDUOO_X3_PAD}{\ButtonPlay}
 | |
|        \opt{HAVEREMOTEKEYMAP}{& }
 | |
|      & Toggle Play/Pause\\
 | |
|     %
 | |
|     \opt{SANSA_FUZEPLUS_PAD.XDUOO_X3_PAD}{\ButtonPower}
 | |
|     \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
 | |
|     \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
 | |
|        \opt{HAVEREMOTEKEYMAP}{& }
 | |
|     & Go to the plugin's menu\\
 | |
| \end{btnmap}
 |