mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Add docs for wlr_keyboard_set_repeat_info
This commit is contained in:
		
							parent
							
								
									a3c0f97810
								
							
						
					
					
						commit
						2c6e52c164
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -80,6 +80,10 @@ struct wlr_event_keyboard_key {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void wlr_keyboard_set_keymap(struct wlr_keyboard *kb,
 | 
					void wlr_keyboard_set_keymap(struct wlr_keyboard *kb,
 | 
				
			||||||
	struct xkb_keymap *keymap);
 | 
						struct xkb_keymap *keymap);
 | 
				
			||||||
 | 
					/**
 | 
				
			||||||
 | 
					 * Sets the keyboard repeat info. `rate` is in key repeats/second and delay is
 | 
				
			||||||
 | 
					 * in milliseconds.
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
void wlr_keyboard_set_repeat_info(struct wlr_keyboard *kb, int32_t rate,
 | 
					void wlr_keyboard_set_repeat_info(struct wlr_keyboard *kb, int32_t rate,
 | 
				
			||||||
	int32_t delay);
 | 
						int32_t delay);
 | 
				
			||||||
void wlr_keyboard_led_update(struct wlr_keyboard *keyboard, uint32_t leds);
 | 
					void wlr_keyboard_led_update(struct wlr_keyboard *keyboard, uint32_t leds);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue