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