mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Script header for module 'KeyboardMovement'
 | |
| 
 | |
| #define KeyboardMovement_VERSION 101
 | |
| 
 | |
| enum KeyboardMovement_Modes {
 | |
| 	eKeyboardMovement_None, 
 | |
| 	eKeyboardMovement_Tapping, 
 | |
| 	eKeyboardMovement_Pressing
 | |
| };
 | |
| 
 | |
| struct KeyboardMovement {
 | |
| 	import static function SetMode(KeyboardMovement_Modes mode);
 | |
| };
 |