MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_event_callback()

void MayaFlux::Core::GlfwWindow::set_event_callback ( WindowEventCallback  callback)
overridevirtual

Set the callback function for window events.

Parameters
callbackFunction to be called on window events

Implements MayaFlux::Core::Window.

Definition at line 173 of file GlfwWindow.cpp.

174{
175 m_event_callback = std::move(callback);
176}
WindowEventCallback m_event_callback

References m_event_callback.