KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
imgui_impl_glfw.h File Reference

This file contains GLFW renderer backend. More...

#include "KarmaGui.h"
Include dependency graph for imgui_impl_glfw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool Karma::KarmaGui_ImplGlfw_InitForOpenGL (GLFWwindow *window, bool install_callbacks)
 
bool Karma::KarmaGui_ImplGlfw_InitForVulkan (GLFWwindow *window, bool install_callbacks)
 
bool Karma::KarmaGui_ImplGlfw_InitForOther (GLFWwindow *window, bool install_callbacks)
 
void Karma::KarmaGui_ImplGlfw_Shutdown ()
 
void Karma::KarmaGui_ImplGlfw_NewFrame ()
 
void Karma::KarmaGui_ImplGlfw_InstallCallbacks (GLFWwindow *window)
 
void Karma::KarmaGui_ImplGlfw_RestoreCallbacks (GLFWwindow *window)
 
void Karma::KarmaGui_ImplGlfw_WindowFocusCallback (GLFWwindow *window, int focused)
 
void Karma::KarmaGui_ImplGlfw_CursorEnterCallback (GLFWwindow *window, int entered)
 
void Karma::KarmaGui_ImplGlfw_CursorPosCallback (GLFWwindow *window, double x, double y)
 
void Karma::KarmaGui_ImplGlfw_MouseButtonCallback (GLFWwindow *window, int button, int action, int mods)
 
void Karma::KarmaGui_ImplGlfw_ScrollCallback (GLFWwindow *window, double xoffset, double yoffset)
 
void Karma::KarmaGui_ImplGlfw_KeyCallback (GLFWwindow *window, int keycode, int scancode, int action, int mods)
 
void Karma::KarmaGui_ImplGlfw_CharCallback (GLFWwindow *window, unsigned int c)
 
void Karma::KarmaGui_ImplGlfw_MonitorCallback (GLFWmonitor *, int)
 

Detailed Description

This file contains GLFW renderer backend.

Author
Ravi Mohan (the_cowboy)
Version
1.0
Date
February 7, 2023