mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
input: move function to config
This function is only about rc, so fits better in config.
This commit is contained in:
parent
241fcb0bde
commit
6def1319d1
5 changed files with 15 additions and 16 deletions
|
|
@ -22,5 +22,6 @@ enum rotation tablet_parse_rotation(int value);
|
|||
uint32_t tablet_button_from_str(const char *button);
|
||||
void tablet_button_mapping_add(uint32_t from, uint32_t to);
|
||||
void tablet_load_default_button_mappings(void);
|
||||
uint32_t tablet_get_mapped_button(uint32_t src_button);
|
||||
|
||||
#endif /* LABWC_TABLET_CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue