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

Method hideMouseCursorUntilMoved

shared/java/Window.java:239–242  ·  view source on GitHub ↗

Hides mouse cursor until moved @return this

()

Source from the content-addressed store, hash-verified

237 * @return this
238 */
239 @NotNull @Contract("-> this")
240 public Window hideMouseCursorUntilMoved() {
241 return hideMouseCursorUntilMoved(true);
242 }
243
244 /**
245 * <p>Hides mouse cursor until moved. Call with `false` to unhide</p>

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected