PeriDyno 1.0.0
Loading...
Searching...
No Matches
ImGui_ImplGlfw_Data Struct Reference

Public Member Functions

 ImGui_ImplGlfw_Data ()
 

Public Attributes

GLFWwindow * Window
 
GlfwClientApi ClientApi
 
double Time
 
GLFWwindow * MouseWindow
 
GLFWcursor * MouseCursors [ImGuiMouseCursor_COUNT]
 
ImVec2 LastValidMousePos
 
bool InstalledCallbacks
 
bool CallbacksChainForAllWindows
 
GLFWwindowfocusfun PrevUserCallbackWindowFocus
 
GLFWcursorposfun PrevUserCallbackCursorPos
 
GLFWcursorenterfun PrevUserCallbackCursorEnter
 
GLFWmousebuttonfun PrevUserCallbackMousebutton
 
GLFWscrollfun PrevUserCallbackScroll
 
GLFWkeyfun PrevUserCallbackKey
 
GLFWcharfun PrevUserCallbackChar
 
GLFWmonitorfun PrevUserCallbackMonitor
 

Detailed Description

Definition at line 124 of file imgui_impl_glfw.cpp.

Constructor & Destructor Documentation

◆ ImGui_ImplGlfw_Data()

ImGui_ImplGlfw_Data::ImGui_ImplGlfw_Data ( )
inline

Definition at line 151 of file imgui_impl_glfw.cpp.

Member Data Documentation

◆ CallbacksChainForAllWindows

bool ImGui_ImplGlfw_Data::CallbacksChainForAllWindows

Definition at line 133 of file imgui_impl_glfw.cpp.

◆ ClientApi

GlfwClientApi ImGui_ImplGlfw_Data::ClientApi

Definition at line 127 of file imgui_impl_glfw.cpp.

◆ InstalledCallbacks

bool ImGui_ImplGlfw_Data::InstalledCallbacks

Definition at line 132 of file imgui_impl_glfw.cpp.

◆ LastValidMousePos

ImVec2 ImGui_ImplGlfw_Data::LastValidMousePos

Definition at line 131 of file imgui_impl_glfw.cpp.

◆ MouseCursors

GLFWcursor* ImGui_ImplGlfw_Data::MouseCursors[ImGuiMouseCursor_COUNT]

Definition at line 130 of file imgui_impl_glfw.cpp.

◆ MouseWindow

GLFWwindow* ImGui_ImplGlfw_Data::MouseWindow

Definition at line 129 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackChar

GLFWcharfun ImGui_ImplGlfw_Data::PrevUserCallbackChar

Definition at line 145 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackCursorEnter

GLFWcursorenterfun ImGui_ImplGlfw_Data::PrevUserCallbackCursorEnter

Definition at line 141 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackCursorPos

GLFWcursorposfun ImGui_ImplGlfw_Data::PrevUserCallbackCursorPos

Definition at line 140 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackKey

GLFWkeyfun ImGui_ImplGlfw_Data::PrevUserCallbackKey

Definition at line 144 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackMonitor

GLFWmonitorfun ImGui_ImplGlfw_Data::PrevUserCallbackMonitor

Definition at line 146 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackMousebutton

GLFWmousebuttonfun ImGui_ImplGlfw_Data::PrevUserCallbackMousebutton

Definition at line 142 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackScroll

GLFWscrollfun ImGui_ImplGlfw_Data::PrevUserCallbackScroll

Definition at line 143 of file imgui_impl_glfw.cpp.

◆ PrevUserCallbackWindowFocus

GLFWwindowfocusfun ImGui_ImplGlfw_Data::PrevUserCallbackWindowFocus

Definition at line 139 of file imgui_impl_glfw.cpp.

◆ Time

double ImGui_ImplGlfw_Data::Time

Definition at line 128 of file imgui_impl_glfw.cpp.

◆ Window

GLFWwindow* ImGui_ImplGlfw_Data::Window

Definition at line 126 of file imgui_impl_glfw.cpp.


The documentation for this struct was generated from the following file: