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

Method lockMouseCursor

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

Source from the content-addressed store, hash-verified

89 }
90
91 @Override
92 public Window lockMouseCursor(boolean value) {
93 // TODO impl me!
94 return this;
95 }
96
97 @Override
98 public Window setVisible(boolean isVisible) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected