OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasKeyEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/ozone/evdev/
event_device_info.cc
102
bool EventDeviceInfo::
HasKeyEvent
(unsigned int code) const {
176
if (
HasKeyEvent
(BTN_TOOL_PEN) ||
HasKeyEvent
(BTN_STYLUS) ||
177
HasKeyEvent
(BTN_STYLUS2))
181
if (
HasKeyEvent
(BTN_LEFT) ||
HasKeyEvent
(BTN_MIDDLE) ||
182
HasKeyEvent
(BTN_RIGHT) ||
HasKeyEvent
(BTN_TOOL_FINGER))
event_device_info.h
33
bool
HasKeyEvent
(unsigned int code) const;
Completed in 746 milliseconds