* Sets a function to be called every time the mouse moves out of the surface. * @param handler Action handler. */
| 476 | * @param handler Action handler. |
| 477 | */ |
| 478 | void InteractiveSurface::onMouseOut(ActionHandler handler) |
| 479 | { |
| 480 | _out = handler; |
| 481 | } |
| 482 | |
| 483 | /** |
| 484 | * Sets a function to be called every time a key is pressed when the surface is focused. |
no outgoing calls
no test coverage detected