|
Tizen HAL API
1.0
|
The Input provides functions for setting input device event.
#include <hal-device-input.h>
The Input provides the way to enable/disable input events from kernel.
The Input functions provide input control including:
For more information on the Input features and the macros, see HAL Input programming guides and tutorials.
Typedefs | |
| typedef struct _hal_backend_device_input_funcs | hal_backend_device_input_funcs |
| Structure for Input functions. | |
| struct _hal_backend_device_input_funcs |
Structure for Input functions.
Data Fields | |
| int(* | set_event_state )(int input_device_id, int on) |
| int(* | get_event_state )(int input_device_id, int *on) |
| int(* _hal_backend_device_input_funcs::get_event_state)(int input_device_id, int *on) |
Get event state
| int(* _hal_backend_device_input_funcs::set_event_state)(int input_device_id, int on) |
Set event state
| typedef struct _hal_backend_device_input_funcs hal_backend_device_input_funcs |
Structure for Input functions.
Enumeration for the type of input devices.