|
Tizen HAL API
1.0
|
The Touchscreen provides functions for getter/setter of touchscreen properties.
#include <hal-device-touchscreen.h>
The Touchscreen provides the way to get or set touchscreen properties.
The Touchscreen functions provide touchscreen information including:
For more information on the Touchscreen features and the macros, see HAL Touchscreen programming guides and tutorials.
Typedefs | |
| typedef struct _hal_backend_device_touchscreen_funcs | hal_backend_device_touchscreen_funcs |
| Structure for Touchscreen functions. | |
| struct _hal_backend_device_touchscreen_funcs |
Structure for Touchscreen functions.
Data Fields | |
| int(* | get_state )(hal_device_touchscreen_state_e *state) |
| int(* | set_state )(hal_device_touchscreen_state_e state) |
| int(* | get_powersaving )(int *state) |
| int(* | set_powersaving )(int state) |
| int(* | glove_mode_get_state )(int *state) |
| int(* | glove_mode_set_state )(int state) |
| int(* _hal_backend_device_touchscreen_funcs::get_powersaving)(int *state) |
Get power saving state
Get touchscreen state
| int(* _hal_backend_device_touchscreen_funcs::glove_mode_get_state)(int *state) |
Get touch sensitivity state
| int(* _hal_backend_device_touchscreen_funcs::glove_mode_set_state)(int state) |
Set touch sensitivity state
| int(* _hal_backend_device_touchscreen_funcs::set_powersaving)(int state) |
Set power saving state
Set touchscreen state
Structure for Touchscreen functions.