* Sets a function to be called every time the mouse moves into the surface. * @param handler Action handler. */
| 458 | * @param handler Action handler. |
| 459 | */ |
| 460 | void InteractiveSurface::onMouseIn(ActionHandler handler) |
| 461 | { |
| 462 | _in = handler; |
| 463 | } |
| 464 | |
| 465 | /** |
| 466 | * Sets a function to be called every time the mouse moves over the surface. |
no outgoing calls
no test coverage detected