MayaFlux
0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
GlfwWindow()
[3/3]
MayaFlux::Core::GlfwWindow::GlfwWindow
(
GlfwWindow
&&
other
)
noexcept
Definition at line
80
of file
GlfwWindow.cpp
.
81
:
m_window
(other.m_window)
82
,
m_create_info
(std::move(other.m_create_info))
83
,
m_state
(other.m_state)
84
,
m_input_config
(other.m_input_config)
85
,
m_event_callback
(std::move(other.m_event_callback))
86
{
87
other.m_window =
nullptr
;
88
if
(
m_window
) {
89
glfwSetWindowUserPointer(
m_window
,
this
);
90
}
91
}
MayaFlux::Core::GlfwWindow::m_create_info
WindowCreateInfo m_create_info
Definition
GlfwWindow.hpp:91
MayaFlux::Core::GlfwWindow::m_state
WindowState m_state
Definition
GlfwWindow.hpp:92
MayaFlux::Core::GlfwWindow::m_input_config
InputConfig m_input_config
Definition
GlfwWindow.hpp:93
MayaFlux::Core::GlfwWindow::m_window
GLFWwindow * m_window
Definition
GlfwWindow.hpp:90
MayaFlux::Core::GlfwWindow::m_event_callback
WindowEventCallback m_event_callback
Definition
GlfwWindow.hpp:94
MayaFlux
Core
GlfwWindow
Generated by
1.9.8