clutter: Add clutter_input_device_get_device_node()

This function is meant to return the device node path (eg. /dev/input/...),
which will be useful to wire up a few things.
This commit is contained in:
Carlos Garnacho
2016-05-13 13:17:00 +02:00
parent f6e471fca4
commit e7e62ee4a4
3 changed files with 28 additions and 0 deletions

View File

@ -147,6 +147,9 @@ gint clutter_input_device_get_n_strips (ClutterInputDev
CLUTTER_AVAILABLE_IN_ALL
gint clutter_input_device_get_n_mode_groups (ClutterInputDevice *device);
CLUTTER_AVAILABLE_IN_ALL
const gchar * clutter_input_device_get_device_node (ClutterInputDevice *device);
G_END_DECLS
#endif /* __CLUTTER_INPUT_DEVICE_H__ */