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