VSF Documented
|
#include <input.h>
Data Fields | |
void(* | event )(struct input_handle *handle, unsigned int type, unsigned int code, int value) |
void(* | events )(struct input_handle *handle, const struct input_value *vals, unsigned int count) |
bool(* | filter )(struct input_handle *handle, unsigned int type, unsigned int code, int value) |
bool(* | match )(struct input_handler *handler, struct input_dev *dev) |
void(* | disconnect )(struct input_handle *handle) |
void(* | start )(struct input_handle *handle) |
const char * | name |
void(* input_handler::event) (struct input_handle *handle, unsigned int type, unsigned int code, int value) |
void(* input_handler::events) (struct input_handle *handle, const struct input_value *vals, unsigned int count) |
bool(* input_handler::filter) (struct input_handle *handle, unsigned int type, unsigned int code, int value) |
bool(* input_handler::match) (struct input_handler *handler, struct input_dev *dev) |
void(* input_handler::disconnect) (struct input_handle *handle) |
void(* input_handler::start) (struct input_handle *handle) |
const char* input_handler::name |