Home
last modified time | relevance | path

Searched refs:xev (Results 76 – 100 of 1549) sorted by relevance

12345678910>>...62

/dports/audio/fluida-lv2/Fluida.lv2-0.7/libxputty/xputty/
H A Dxwidget.c539 switch(xev->type) { in widget_event_loop()
642 adj_set_motion_state(wid, xev->xmotion.x, xev->xmotion.y); in widget_event_loop()
822 XEvent xev; in send_dnd_status_event() local
841 XEvent xev; in send_dnd_finished_event() local
894 XSelectionEvent xev; in send_to_clipboard() local
901 xev.time = xsr->time; in send_to_clipboard()
905 R = XChangeProperty (xev.display, xev.requestor, xev.property, XA_ATOM, 32, in send_to_clipboard()
907 } else if (xev.target == XA_STRING || xev.target == w->app->text_atom) { in send_to_clipboard()
908 R = XChangeProperty(xev.display, xev.requestor, xev.property, XA_STRING, 8, in send_to_clipboard()
911 R = XChangeProperty(xev.display, xev.requestor, xev.property, w->app->UTF8, 8, in send_to_clipboard()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkdnd-x11.c1509 XEvent xev; in motif_send_enter() local
1544 XEvent xev; in motif_send_leave() local
1577 XEvent xev; in motif_send_motion() local
1624 XEvent xev; in motif_send_drop() local
2448 XEvent xev; in xdnd_send_enter() local
2488 FALSE, &xev)) in xdnd_send_enter()
2502 XEvent xev; in xdnd_send_leave() local
2519 FALSE, &xev)) in xdnd_send_leave()
2534 XEvent xev; in xdnd_send_drop() local
2568 XEvent xev; in xdnd_send_motion() local
[all …]
/dports/x11/mlterm/mlterm-3.9.1/android/jni/
H A Dui_display.c228 XKeyEvent xev; in process_key_event() local
231 xev.ksym = 0; in process_key_event()
233 xev.state = 0; in process_key_event()
368 xev.x = x; in process_mouse_event()
369 xev.y = y; in process_mouse_event()
397 prev_xev.x - 3 <= xev.x && xev.x <= prev_xev.x + 3 && in process_mouse_event()
398 prev_xev.y - 3 <= xev.y && xev.y <= prev_xev.y + 3 in process_mouse_event()
400 prev_xev.x == xev.x && prev_xev.y == xev.y in process_mouse_event()
423 xev.x, xev.y, xev.button, xev.time); in process_mouse_event()
426 win = get_window(xev.x, xev.y); in process_mouse_event()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/x11/
H A DSDL_x11xinput2.c212 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
213 int pointer_emulated = (xev->flags & XIPointerEmulated); in X11_HandleXinput2Event()
220 SDL_SendMouseMotion(window, 0, 0, xev->event_x, xev->event_y); in X11_HandleXinput2Event()
229 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
232 xinput2_normalize_touch_coordinates(window, xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
233 SDL_SendTouch(xev->sourceid, xev->detail, window, SDL_TRUE, x, y, 1.0); in X11_HandleXinput2Event()
238 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
241 xinput2_normalize_touch_coordinates(window, xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
242 SDL_SendTouch(xev->sourceid, xev->detail, window, SDL_FALSE, x, y, 1.0); in X11_HandleXinput2Event()
250 xinput2_normalize_touch_coordinates(window, xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/x11/
H A DSDL_x11xinput2.c212 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
213 int pointer_emulated = (xev->flags & XIPointerEmulated); in X11_HandleXinput2Event()
220 SDL_SendMouseMotion(window, 0, 0, xev->event_x, xev->event_y); in X11_HandleXinput2Event()
229 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
232 xinput2_normalize_touch_coordinates(window, xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
233 SDL_SendTouch(xev->sourceid, xev->detail, window, SDL_TRUE, x, y, 1.0); in X11_HandleXinput2Event()
238 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
241 xinput2_normalize_touch_coordinates(window, xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
242 SDL_SendTouch(xev->sourceid, xev->detail, window, SDL_FALSE, x, y, 1.0); in X11_HandleXinput2Event()
250 xinput2_normalize_touch_coordinates(window, xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
[all …]
/dports/games/xblast/xblast-2.10.4/
H A Dx11_event.c537 switch (xev->type) { in HandleX11Event()
591 QueueEventPos (XBE_MOUSE_1, xev->xbutton.x / BASE_X, xev->xbutton.y / BASE_Y); in HandleX11Event()
594 QueueEventPos (XBE_MOUSE_3, xev->xbutton.x / BASE_X, xev->xbutton.y / BASE_Y); in HandleX11Event()
597 QueueEventPos (XBE_MOUSE_2, xev->xbutton.x / BASE_X, xev->xbutton.y / BASE_Y); in HandleX11Event()
607 QueueEventPos (XBE_RMOUSE_1, xev->xbutton.x / BASE_X, xev->xbutton.y / BASE_Y); in HandleX11Event()
709 XEvent xev; in GUI_WaitEvent() local
720 HandleX11Event (&xev); in GUI_WaitEvent()
742 XEvent xev; in GUI_PeekEvent() local
754 XNextEvent (dpy, &xev); in GUI_PeekEvent()
755 HandleX11Event (&xev); in GUI_PeekEvent()
[all …]
/dports/science/2d-rewriter/2d-rewriter-1.6/
H A Dx11.c175 XEvent xev; in ProcessEvents() local
184 XNextEvent (dpy, &xev); in ProcessEvents()
187 switch (xev.type) { in ProcessEvents()
189 if (xev.xconfigure.window != win) in ProcessEvents()
191 win_width = xev.xconfigure.width; in ProcessEvents()
193 WindowSize (xev.xconfigure.width, xev.xconfigure.height); in ProcessEvents()
196 if (xev.xexpose.window != win) in ProcessEvents()
199 xev.xexpose.x, win_height - xev.xexpose.y - xev.xexpose.height, in ProcessEvents()
200 xev.xexpose.width, xev.xexpose.height in ProcessEvents()
204 if (xev.xkey.window != win) in ProcessEvents()
[all …]
/dports/x11/mate-applets/mate-applets-1.26.0/stickynotes/
H A Dutil.c101 XEvent xev; in xstuff_change_workspace() local
110 xev.xclient.type = ClientMessage; in xstuff_change_workspace()
111 xev.xclient.serial = 0; in xstuff_change_workspace()
112 xev.xclient.send_event = True; in xstuff_change_workspace()
113 xev.xclient.display = gdk_display; in xstuff_change_workspace()
114 xev.xclient.window = xwindow; in xstuff_change_workspace()
116 xev.xclient.format = 32; in xstuff_change_workspace()
117 xev.xclient.data.l[0] = new_space; in xstuff_change_workspace()
118 xev.xclient.data.l[1] = 0; in xstuff_change_workspace()
119 xev.xclient.data.l[2] = 0; in xstuff_change_workspace()
[all …]
/dports/textproc/artha/artha-1.0.3/src/
H A Dtomboyutil.c80 XEvent xev; in tomboy_window_move_to_current_workspace() local
98 xev.xclient.type = ClientMessage; in tomboy_window_move_to_current_workspace()
99 xev.xclient.serial = 0; in tomboy_window_move_to_current_workspace()
100 xev.xclient.send_event = True; in tomboy_window_move_to_current_workspace()
102 xev.xclient.window = GDK_WINDOW_XWINDOW (gdkwin); in tomboy_window_move_to_current_workspace()
103 xev.xclient.message_type = in tomboy_window_move_to_current_workspace()
107 xev.xclient.format = 32; in tomboy_window_move_to_current_workspace()
108 xev.xclient.data.l[0] = workspace; in tomboy_window_move_to_current_workspace()
109 xev.xclient.data.l[1] = 0; in tomboy_window_move_to_current_workspace()
110 xev.xclient.data.l[2] = 0; in tomboy_window_move_to_current_workspace()
[all …]
/dports/x11/alltray/alltray-0.70/src/
H A Dutils.c361 XEvent xev; in skip_pager() local
364 xev.xclient.serial = 0; in skip_pager()
368 xev.xclient.format = 32; in skip_pager()
382 XEvent xev; in sticky() local
385 xev.xclient.serial = 0; in sticky()
401 xev.xclient.serial = 0; in sticky()
422 XEvent xev; in to_desktop() local
426 xev.xclient.serial = 0; in to_desktop()
447 XEvent xev; in rm_sticky() local
450 xev.xclient.serial = 0; in rm_sticky()
[all …]
/dports/sysutils/cinnamon-settings-daemon/cinnamon-settings-daemon-4.8.5/plugins/mouse/
H A Dcsd-locate-pointer.c354 XEvent *xev = (XEvent *) xevent; in filter() local
360 if (xev->type == ButtonPress) in filter()
362 XAllowEvents (xev->xbutton.display, in filter()
364 xev->xbutton.time); in filter()
365 XUngrabButton (xev->xbutton.display, in filter()
368 xev->xbutton.window); in filter()
370 xev->xbutton.time); in filter()
373 if (xev->type == KeyPress || xev->type == KeyRelease) in filter()
385 if (xev->type == KeyPress) in filter()
415 XAllowEvents (xev->xkey.display, in filter()
[all …]
/dports/x11/deforaos-panel/Panel-0.3.6/src/applets/
H A Dtasks.c263 XEvent xev; in _task_toggle_state2() local
266 memset(&xev, 0, sizeof(xev)); in _task_toggle_state2()
279 &xev); in _task_toggle_state2()
749 memset(&xev, 0, sizeof(xev)); in _clicked_activate()
765 &xev); in _clicked_activate()
923 memset(&xev, 0, sizeof(xev)); in _task_on_popup_close()
935 &xev); in _task_on_popup_close()
998 memset(&xev, 0, sizeof(xev)); in _task_on_popup_move()
1011 &xev); in _task_on_popup_move()
1025 memset(&xev, 0, sizeof(xev)); in _task_on_popup_resize()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/os/x11/
H A Dx11tools.cpp254 XEvent xev; in X11_setCurrentDesktop() local
283 XEvent xev; in X11_setCurrentDesktop() local
286 xev.xclient.serial = 0; in X11_setCurrentDesktop()
294 xev.xclient.data.l[2] = 0; in X11_setCurrentDesktop()
302 XEvent xev; in X11_setCurrentDesktop() local
387 XEvent xev; in X11_moveWindowToDesktop() local
907 XEvent xev; in X11_windowSendXEvent() local
910 xev.xclient.serial = 0; in X11_windowSendXEvent()
917 xev.xclient.data.l[2] = 0; in X11_windowSendXEvent()
918 xev.xclient.data.l[3] = 0; in X11_windowSendXEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc138 DCHECK(xev); in OnXWindowSelectionEvent()
140 drag_drop_client_->OnSelectionNotify(xev->xselection); in OnXWindowSelectionEvent()
143 void DesktopWindowTreeHostX11::OnXWindowDragDropEvent(XEvent* xev) { in OnXWindowDragDropEvent() argument
144 DCHECK(xev); in OnXWindowDragDropEvent()
147 ::Atom message_type = xev->xclient.message_type; in OnXWindowDragDropEvent()
149 drag_drop_client_->OnXdndEnter(xev->xclient); in OnXWindowDragDropEvent()
151 drag_drop_client_->OnXdndLeave(xev->xclient); in OnXWindowDragDropEvent()
153 drag_drop_client_->OnXdndPosition(xev->xclient); in OnXWindowDragDropEvent()
155 drag_drop_client_->OnXdndStatus(xev->xclient); in OnXWindowDragDropEvent()
157 drag_drop_client_->OnXdndFinished(xev->xclient); in OnXWindowDragDropEvent()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x.c1773 XEvent xev = { 0 }; in _ecore_x_sync_magic_send() local
2148 XEvent xev = { 0 }; in ecore_x_client_message32_send() local
2184 XEvent xev = { 0 }; in ecore_x_client_message8_send() local
2211 XEvent xev = { 0 }; in ecore_x_mouse_move_send() local
2226 xev.xmotion.x = x; in ecore_x_mouse_move_send()
2227 xev.xmotion.y = y; in ecore_x_mouse_move_send()
2244 XEvent xev = { 0 }; in ecore_x_mouse_down_send() local
2259 xev.xbutton.x = x; in ecore_x_mouse_down_send()
2260 xev.xbutton.y = y; in ecore_x_mouse_down_send()
2292 xev.xbutton.x = x; in ecore_x_mouse_up_send()
[all …]
H A Decore_x_netwm.c354 XEvent xev = { 0 }; in ecore_x_netwm_client_active_request() local
362 xev.xclient.window = win; in ecore_x_netwm_client_active_request()
364 xev.xclient.format = 32; in ecore_x_netwm_client_active_request()
1503 XEvent xev = { 0 }; in ecore_x_netwm_ping_send() local
1513 xev.xclient.format = 32; in ecore_x_netwm_ping_send()
1529 XEvent xev = { 0 }; in ecore_x_netwm_sync_request_send() local
1559 XEvent xev = { 0 }; in ecore_x_netwm_state_request_send() local
1569 xev.xclient.serial = 0; in ecore_x_netwm_state_request_send()
1593 XEvent xev = { 0 }; in ecore_x_netwm_desktop_request_send() local
1603 xev.xclient.serial = 0; in ecore_x_netwm_desktop_request_send()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/x11/
H A DSDL_x11xinput2.c202 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
204 xinput2_normalize_touch_coordinates(videodata, xev->event, in X11_HandleXinput2Event()
205 xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
206 SDL_SendTouch(xev->sourceid,xev->detail, SDL_TRUE, x, y, 1.0); in X11_HandleXinput2Event()
211 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
213 xinput2_normalize_touch_coordinates(videodata, xev->event, in X11_HandleXinput2Event()
214 xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
215 SDL_SendTouch(xev->sourceid,xev->detail, SDL_FALSE, x, y, 1.0); in X11_HandleXinput2Event()
222 xinput2_normalize_touch_coordinates(videodata, xev->event, in X11_HandleXinput2Event()
223 xev->event_x, xev->event_y, &x, &y); in X11_HandleXinput2Event()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/x11/
H A DSDL_x11xinput2.c173 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
174 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
175 SDL_TRUE, xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
180 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
181 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
182 SDL_FALSE, xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
187 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
188 SDL_SendTouchMotion(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
189 xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/x11/
H A DSDL_x11xinput2.c173 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
174 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
175 SDL_TRUE, xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
180 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
181 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
182 SDL_FALSE, xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
187 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
188 SDL_SendTouchMotion(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
189 xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/x11/
H A DSDL_x11xinput2.c173 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
174 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
175 SDL_TRUE, xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
180 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
181 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
182 SDL_FALSE, xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
187 const XIDeviceEvent *xev = (const XIDeviceEvent *) cookie->data; in X11_HandleXinput2Event() local
188 SDL_SendTouchMotion(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
189 xev->event_x, xev->event_y, 1.0); in X11_HandleXinput2Event()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/x/
H A Dx11_drag_drop_client.cc225 xev.data.data32[1] = in CompleteXdndPosition()
227 xev.data.data32[4] = in CompleteXdndPosition()
417 xev.data.data32[2] = in OnXdndDrop()
580 x11::ClientMessageEvent xev; in PrepareXdndClientMessage() local
582 xev.window = recipient; in PrepareXdndClientMessage()
583 xev.format = 32; in PrepareXdndClientMessage()
584 xev.data.data32.fill(0); in PrepareXdndClientMessage()
586 return xev; in PrepareXdndClientMessage()
638 xev.data.data32[1] |= 1; in SendXdndEnter()
656 xev.data.data32[3] = event_time; in SendXdndPosition()
[all …]
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/mswitch/
H A Dmswitch.c30 XEvent xev; in mswitchMove() local
31 xev.xclient.type = ClientMessage; in mswitchMove()
32 xev.xclient.display = s->display->display; in mswitchMove()
33 xev.xclient.format = 32; in mswitchMove()
34 xev.xclient.message_type = s->display->desktopViewportAtom; in mswitchMove()
35 xev.xclient.window = s->root; in mswitchMove()
36 xev.xclient.data.l[0] = (s->x+dx)*s->width; in mswitchMove()
37 xev.xclient.data.l[1] = (s->y+dy)*s->height; in mswitchMove()
38 xev.xclient.data.l[2] = 0; in mswitchMove()
39 xev.xclient.data.l[3] = 0; in mswitchMove()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_display_manager.cc62 bool XDisplayManager::CanProcessEvent(const XEvent& xev) { in CanProcessEvent() argument
64 xev.type - xrandr_event_base_ == RRNotify || in CanProcessEvent()
65 (xev.type == PropertyNotify && in CanProcessEvent()
66 xev.xproperty.window == x_root_window_ && in CanProcessEvent()
67 xev.xproperty.atom == gfx::GetAtom("_NET_WORKAREA")); in CanProcessEvent()
70 bool XDisplayManager::ProcessEvent(XEvent* xev) { in ProcessEvent() argument
71 DCHECK(xev); in ProcessEvent()
72 int ev_type = xev->type - xrandr_event_base_; in ProcessEvent()
75 XRRUpdateConfiguration(xev); in ProcessEvent()
79 (xev->type == PropertyNotify && in ProcessEvent()
[all …]
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/helpers/
H A Dsupport.cpp74 XEvent xev; in changeWinSticky() local
75 xev.type = ClientMessage; in changeWinSticky()
77 xev.xclient.display = dsp; in changeWinSticky()
78 xev.xclient.window = win; in changeWinSticky()
80 xev.xclient.format = 32; in changeWinSticky()
81 xev.xclient.data.l[0] = desktop; in changeWinSticky()
134 XEvent xev; in ghostWindow() local
135 xev.type = ClientMessage; in ghostWindow()
137 xev.xclient.display = dsp; in ghostWindow()
138 xev.xclient.window = win; in ghostWindow()
[all …]
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/helpers/
H A Dsupport.cpp74 XEvent xev; in changeWinSticky() local
75 xev.type = ClientMessage; in changeWinSticky()
77 xev.xclient.display = dsp; in changeWinSticky()
78 xev.xclient.window = win; in changeWinSticky()
80 xev.xclient.format = 32; in changeWinSticky()
81 xev.xclient.data.l[0] = desktop; in changeWinSticky()
134 XEvent xev; in ghostWindow() local
135 xev.type = ClientMessage; in ghostWindow()
137 xev.xclient.display = dsp; in ghostWindow()
138 xev.xclient.window = win; in ghostWindow()
[all …]

12345678910>>...62