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

Function XUndefineCursor

src/library/inputs/xpointer.cpp:145–150  ·  view source on GitHub ↗

Override */

Source from the content-addressed store, hash-verified

143}
144
145/* Override */ int XUndefineCursor(Display* d, Window w)
146{
147 RETURN_IF_NATIVE(XUndefineCursor, (d, w), nullptr);
148 LOGTRACE(LCF_MOUSE);
149 return 0; // Not sure what to return
150}
151
152/* Override */ int XWarpPointer( Display* d, Window src_w, Window dest_w,
153 int src_x, int src_y, unsigned int src_width, unsigned int src_height,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected