Home
last modified time | relevance | path

Searched refs:HasEventType (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/ozone/evdev/
H A Devent_device_info.cc327 bool EventDeviceInfo::HasEventType(unsigned int type) const { in HasEventType() function in ui::EventDeviceInfo
505 if (!HasEventType(EV_KEY)) in HasKeyboard()
542 if (!HasEventType(EV_KEY)) in HasGamepad()
559 return HasEventType(EV_FF) && HasFfEvent(FF_RUMBLE); in SupportsRumble()
H A Devent_device_info.h78 bool HasEventType(unsigned int type) const; in COMPONENT_EXPORT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/ozone/evdev/
H A Devent_device_info.cc301 bool EventDeviceInfo::HasEventType(unsigned int type) const { in HasEventType() function in ui::EventDeviceInfo
473 if (!HasEventType(EV_KEY)) in HasKeyboard()
506 if (!HasEventType(EV_KEY)) in HasGamepad()
H A Devent_device_info.h76 bool HasEventType(unsigned int type) const; in COMPONENT_EXPORT()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlwidgeteventhandler.cpp127 bool report = txt->HasEventType( GDLWidget::EV_ALL ); in BEGIN_EVENT_TABLE()
551 bool report = txtWidget->HasEventType( GDLWidget::EV_ALL ); in OnTextMouseEvents()
605 bool report = widget->HasEventType( GDLWidget::EV_ALL ); in OnTextPaste()
656 bool report = widget->HasEventType( GDLWidget::EV_ALL ); in OnTextCut()
703 if (!(widget->HasEventType( GDLWidget::EV_ALL ))) return; in OnText()
H A Dgdlwidget.hpp526 bool HasEventType( DULong evType) const { return (eventFlags & evType) != 0;} in HasEventType() function in GDLWidget
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/go-datadog-api-2.21.0/
H A Ddatadog-accessors.go4871 func (e *Event) HasEventType() bool { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/zorkian/go-datadog-api/
H A Ddatadog-accessors.go4871 func (e *Event) HasEventType() bool { func