|
private |
Set all needed GLFW events call back.
Error event Callback.
Framebuffer resize event Callback.
Window resize event Callback.
Reinterpretate the pointer to this class.
Set this class's variable.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Window close event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Key event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Mouse Button event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Mouse Scroll event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Mouse Move event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Error event Callback.
Framebuffer resize event Callback.
Window resize event Callback.
Reinterpretate the pointer to this class.
Set this class's variable.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Window close event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Key event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Mouse Button event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Mouse Scroll event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Mouse Move event Callback.
Create an specific event.
Execute the global event function pointer by passing the specific event.
Definition at line 80 of file VulkanWindows.cpp.
References Spices::Event::GetEventCallbackFn(), Spices::KeyPressedEvent::KeyPressedEvent(), Spices::KeyReleasedEvent::KeyReleasedEvent(), Spices::KeyTypedEvent::KeyTypedEvent(), Spices::VulkanObject::m_VulkanState, Spices::MouseButtonPressedEvent::MouseButtonPressedEvent(), Spices::MouseButtonReleasedEvent::MouseButtonReleasedEvent(), Spices::MouseMovedEvent::MouseMovedEvent(), Spices::MouseScrolledEvent::MouseScrolledEvent(), and Spices::WindowResizeEvent::WindowResizeEvent().
Referenced by VulkanWindows().