mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	implement libinput tapButtonMap setting
this is a standard libinput setting that was not previously exposed
This commit is contained in:
		
							parent
							
								
									859495a8be
								
							
						
					
					
						commit
						a3796fa6f3
					
				
					 4 changed files with 11 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,7 @@ libinput_category_init(struct libinput_category *l)
 | 
			
		|||
	l->natural_scroll = -1;
 | 
			
		||||
	l->left_handed = -1;
 | 
			
		||||
	l->tap = LIBINPUT_CONFIG_TAP_ENABLED;
 | 
			
		||||
	l->tap_button_map = LIBINPUT_CONFIG_TAP_MAP_LRM;
 | 
			
		||||
	l->accel_profile = -1;
 | 
			
		||||
	l->middle_emu = -1;
 | 
			
		||||
	l->dwt = -1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue