mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Revert "keyboard: cancel repeat when handling key-bind"
This reverts commit e62bb51bfb.
Fixes #510
This commit is contained in:
parent
87fe6878a3
commit
a363f73e02
3 changed files with 3 additions and 12 deletions
|
|
@ -5,8 +5,6 @@
|
|||
void key_state_set_pressed(uint32_t keycode, bool ispressed);
|
||||
void key_state_store_pressed_keys_as_bound(void);
|
||||
bool key_state_corresponding_press_event_was_bound(uint32_t keycode);
|
||||
|
||||
/* returns numbers of keys still pressed in a consumed key combination */
|
||||
int key_state_bound_key_remove(uint32_t keycode);
|
||||
void key_state_bound_key_remove(uint32_t keycode);
|
||||
|
||||
#endif /* __LABWC_KEY_STATE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue