4#include "core/window.h"
5#include "gui/manager.h"
30 return gui._ctx.get();
42 return (GLFWwindow*)window._handle;
Oxygen Engine common namespace.
Definition cursor.h:8
Class providing native access to underlying handles.
Definition native.h:20
static nk_context * getNuklearContext(const oe::gui::Manager &gui)
Get the Nuklear UI context from a gui::Manager.
Definition native.h:28
static GLFWwindow * getGlfwWindow(const oe::core::Window &window)
Get the GLFW window handle from a core::Window.
Definition native.h:40