Hides mouse cursor until moved @return this
()
| 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> |