Functions in
screen.h
Functions that are available for devices.
screen_destroy_device()
Destroy a input device and frees associated resources.
screen_get_device_property_cv()
Retrieve the current value of the specified device property of type char.
screen_get_device_property_iv()
Retrieve the current value of the specified device property of type integer.
screen_get_device_property_llv()
Retrieve the current value of the specified device property of type long long integer.
screen_get_device_property_pv()
Retrieve the current value of the specified device property of type void*.
screen_set_device_property_cv()
Set the value of the specified device property of type char.
screen_set_device_property_iv()
Set the value of the specified device property of type integer.
screen_set_device_property_llv()
Set the value of the specified device property of type long long integer.
screen_set_device_property_pv()
Set the value of the specified device property of type void*.
Parent topic:
Devices (screen.h)