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

Method hideMouseCursorUntilMoved

windows/java/WindowWin32.java:85–89  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

83 }
84
85 @Override
86 public Window hideMouseCursorUntilMoved(boolean value) {
87 // TODO impl me!
88 return this;
89 }
90
91 @Override
92 public Window lockMouseCursor(boolean value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected