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