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

Method hideMouseCursorUntilMoved

linux/java/WindowX11.java:129–133  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

127 }
128
129 @Override
130 public Window hideMouseCursorUntilMoved(boolean value) {
131 // TODO impl me!
132 return this;
133 }
134
135 @Override
136 public Window lockMouseCursor(boolean value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected