(boolean value)
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected