Struct for native window handle. More...
#include <IWindow.hpp>
Collaboration diagram for cae::NativeWindowHandle:Public Attributes | |
| void * | window |
| void * | display |
Struct for native window handle.
Definition at line 33 of file IWindow.hpp.
| void* cae::NativeWindowHandle::display |
Definition at line 36 of file IWindow.hpp.
| void* cae::NativeWindowHandle::window |
Definition at line 35 of file IWindow.hpp.
Referenced by cae::GLFW::getNativeHandle().