|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::on_mouse_move | ( | const std::shared_ptr< Core::Window > & | window, |
| std::function< void(double, double)> | callback, | ||
| std::string | name = "" |
||
| ) |
Schedule a mouse movement handler.
| window | Window to listen to |
| callback | Function to call on mouse move (x, y) |
| name | Optional name for the event handler |
Example:
Definition at line 207 of file Chronie.cpp.
References get_event_manager(), and MayaFlux::Kriya::mouse_moved().
Here is the call graph for this function: