dear-imgui-1.0.1: Haskell bindings for Dear ImGui.
Safe HaskellNone
LanguageHaskell2010

DearImGui.GLFW

Contents

Description

GLFW specific functions backend for Dear ImGui.

Modules for initialising a backend with GLFW can be found under the corresponding backend, e.g. DearImGui.GLFW.OpenGL.

Synopsis

GLFW

glfwNewFrame :: MonadIO m => m () Source #

Wraps ImGui_ImplGlfw_NewFrame.

glfwShutdown :: MonadIO m => m () Source #

Wraps ImGui_ImplGlfw_Shutdown.