MCPcopy Create free account
hub / github.com/HumbleUI/JWM / lockMouseCursor

Method lockMouseCursor

macos/java/WindowMac.java:169–174  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

167 }
168
169 @Override
170 public Window lockMouseCursor(boolean value) {
171 assert _onUIThread() : "Should be run on UI thread";
172 _nLockMouseCursor(value);
173 return this;
174 }
175
176 @Override
177 public Window setVisible(boolean value) {

Callers

nothing calls this directly

Calls 2

_nLockMouseCursorMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected