Releases a key or mouse. Can be overwritten to react on events. @param action action
(final Action action)
| 710 | * @param action action |
| 711 | */ |
| 712 | @SuppressWarnings("unused") |
| 713 | protected void release(final Action action) { } |
| 714 | |
| 715 | /** |
| 716 | * Refreshes the layout. |