Home
last modified time | relevance | path

Searched refs:GrabCursor (Results 1 – 13 of 13) sorted by relevance

/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/linux/wayland/window/
H A Dshim.rs35 GrabCursor(bool), enumerator
299 WindowRequest::GrabCursor(grab) => { in handle_window_requests()
H A Dmod.rs567 let cursor_grab_request = WindowRequest::GrabCursor(grab); in set_cursor_grab()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DPageSelector.C78 Cursor PageSelector::GrabCursor = 0;
714 if (!PageSelector::GrabCursor) { in postPageNamePrompt()
715 PageSelector::GrabCursor = in postPageNamePrompt()
719 XtWindow(this->editor->getRootWidget()), PageSelector::GrabCursor); in postPageNamePrompt()
1101 if (!PageSelector::GrabCursor) { in grab()
1102 PageSelector::GrabCursor = in grab()
1112 GrabModeAsync, None, PageSelector::GrabCursor, e->xbutton.time); in grab()
H A DPageSelector.h140 static Cursor GrabCursor; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/
H A Dcursors.h83 PLATFORM_EXPORT const ui::Cursor& GrabCursor();
H A Dcursors.cc280 const ui::Cursor& GrabCursor() { in GrabCursor() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/
H A Dcursors.h83 PLATFORM_EXPORT const ui::Cursor& GrabCursor();
H A Dcursors.cc280 const ui::Cursor& GrabCursor() { in GrabCursor() function
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DTextSelector.C34 Cursor TextSelector::GrabCursor = 0;
387 if (!TextSelector::GrabCursor) { in grab()
388 TextSelector::GrabCursor = in grab()
406 GrabModeAsync, None, TextSelector::GrabCursor, e->xbutton.time); in grab()
H A DTextSelector.h98 static Cursor GrabCursor; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/floatcanvas/
H A DGUIMode.py214 self.GrabCursor = self.Cursors.GrabHandCursor
223 self.Canvas.SetCursor(self.GrabCursor)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/input/
H A Devent_handler.cc737 return GrabCursor(); in SelectCursor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/input/
H A Devent_handler.cc720 return GrabCursor(); in SelectCursor()