X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fevdev.h;h=2af682897c89fbe955a9a8ff4d1ec900a97697cd;hb=3e93d913bef339311976a927091674fb7f1f4987;hp=ef02491cba54f3d7fe281e7a2d60a62b8fca2352;hpb=7bef1ecf4e6aceaa61e2db4bdb4d229b461aaa2d;p=platform%2Fupstream%2Flibinput.git diff --git a/src/evdev.h b/src/evdev.h index ef02491..2af6828 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -124,6 +124,11 @@ struct evdev_dispatch_interface { struct evdev_dispatch { struct evdev_dispatch_interface *interface; struct libinput_device_config_calibration calibration; + + struct { + struct libinput_device_config_send_events config; + enum libinput_config_send_events_mode current_mode; + } sendevents; }; struct evdev_device * @@ -189,6 +194,9 @@ evdev_device_transform_y(struct evdev_device *device, int evdev_device_suspend(struct evdev_device *device); +int +evdev_device_resume(struct evdev_device *device); + void evdev_keyboard_notify_key(struct evdev_device *device, uint32_t time,