* Sets a function to be called every time the mouse moves over the surface. * @param handler Action handler. */
| 467 | * @param handler Action handler. |
| 468 | */ |
| 469 | void InteractiveSurface::onMouseOver(ActionHandler handler) |
| 470 | { |
| 471 | _over = handler; |
| 472 | } |
| 473 | |
| 474 | /** |
| 475 | * Sets a function to be called every time the mouse moves out of the surface. |
no outgoing calls
no test coverage detected