Home
last modified time | relevance | path

Searched refs:EVENT_LOST_FOCUS (Results 1 – 5 of 5) sorted by relevance

/external/angle/util/
DEvent.h60 EVENT_LOST_FOCUS, // The window lost the focus enumerator
DOSWindow.cpp306 case Event::EVENT_LOST_FOCUS: in PrintEvent()
/external/angle/util/linux/x11/
DX11Window.cpp741 event.Type = Event::EVENT_LOST_FOCUS; in processEvent()
/external/angle/util/windows/win32/
DWin32Window.cpp316 event.Type = Event::EVENT_LOST_FOCUS; in WndProc()
/external/angle/util/osx/
DOSXWindow.mm177 event.Type = Event::EVENT_LOST_FOCUS;