MCPcopy Create free account
hub / github.com/clementgallet/libTAS / grabPointer

Method grabPointer

src/library/xlib/XlibEventQueue.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void XlibEventQueue::grabPointer(Window window, unsigned int event_mask, bool owner_events)
239{
240 grab_window = window;
241 grab_event_mask = event_mask;
242 grab_owner_events = owner_events;
243}
244
245void XlibEventQueue::ungrabPointer()
246{

Callers 1

XGrabPointerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected