Functions in screen.h
Functions that are available for devices.
Related links
- Devices (screen.h)
Devices represent input devices. Input devices can be focused to specific displays.
- 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*.
- 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_destroy_device()
Destroy a input device and frees associated resources.