Home
last modified time | relevance | path

Searched refs:gdk_device_get_state (Results 1 – 25 of 82) sorted by relevance

1234

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DDevice.custom29 …static extern void gdk_device_get_state(IntPtr device, IntPtr window, double [] axes, out int mask…
35 gdk_device_get_state(Handle, window.Handle, axes, out maskAsInt);
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGdkInput.xs146 ## void gdk_device_get_state (GdkDevice *device, GdkWindow *window, gdouble *axes, GdkModifierType …
148 gdk_device_get_state (device, window)
158 gdk_device_get_state (device, window, axes, &mask);
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpdeviceinfo-coords.c133 gdk_device_get_state (info->device, window, axes, NULL); in gimp_device_info_get_device_coords()
261 gdk_device_get_state (info->device, window, NULL, state); in gimp_device_info_get_device_state()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkinput-none.c44 gdk_device_get_state (GdkDevice *device, in gdk_device_get_state() function
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dgtk_iskeyspressed.cpp82 gdk_device_get_state(pointer, gtk_widget_get_window(GTK_WIDGET(win)), NULL, &mask); in is_pressed()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkinput.h163 void gdk_device_get_state (GdkDevice *device,
H A Dgdk.def233 gdk_device_get_state
235 gdk_device_get_state
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Ddevice.cc194 gdk_device_get_state(gobj(), Glib::unwrap(window), &(axes), ((GdkModifierType*) &(mask))); in get_state()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/
H A Dgdkdevice.h166 void gdk_device_get_state (GdkDevice *device,
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Ddevice.hg55 …_state(const Glib::RefPtr<Window>& window, double& axes, ModifierType& mask), gdk_device_get_state)
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkinput.inc112 procedure gdk_device_get_state(device:PGdkDevice; window:PGdkWindow; axes:Pgdouble; mask:PGdkModifi…
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/scribble-xinput/
H A Dscribble-xinput.c126 gdk_device_get_state (event->device, event->window, NULL, &state); in motion_notify_event()
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gdk/
H A Dgdkinput.inc112 procedure gdk_device_get_state(device:PGdkDevice; window:PGdkWindow; axes:Pgdouble; mask:PGdkModifi…
/dports/lang/clover/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp264 gdk_device_get_state(pointer, window, NULL, &modifiers); in ImGui_ImplGtk3_NewFrame()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/directfb/
H A Dgdkinput-directfb.c386 gdk_device_get_state (GdkDevice *device, in gdk_device_get_state() function

1234