| Index: ui/events/ozone/evdev/event_converter_evdev.h
|
| diff --git a/ui/events/ozone/evdev/event_converter_evdev.h b/ui/events/ozone/evdev/event_converter_evdev.h
|
| index 2372fd89e2f9463ec633cea1c04d2298070a1307..d9065204c25133d3988af8d37b3b896d6c10798b 100644
|
| --- a/ui/events/ozone/evdev/event_converter_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_converter_evdev.h
|
| @@ -80,6 +80,9 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdev
|
| // Returns true if the converter is used for a pen device.
|
| virtual bool HasPen() const;
|
|
|
| + // Returns true if the converter is used for a device with gamepad input.
|
| + virtual bool HasGamepad() const;
|
| +
|
| // Returns true if the converter is used for a device with a caps lock LED.
|
| virtual bool HasCapsLockLed() const;
|
|
|
|
|