MCPcopy Index your code
hub / github.com/NetHack/NetHack / lock_mouse_cursor

Function lock_mouse_cursor

outdated/sys/mac/macwin.c:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 MoveScrollUPP; /* scrolling callback, init'ed in InitMac */
152
153void
154lock_mouse_cursor(Boolean new_cursor_locked)
155{
156 cursor_locked = new_cursor_locked;
157}
158
159/*
160 * Add key to input queue, force means flush left and replace if full

Callers 1

getposFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected