Go to the source code of this file.
|
| void | ImGui_ImplGlfw_CharCallback (GLFWwindow *, unsigned int c) |
| |
| bool | ImGui_ImplGlfw_CreateDeviceObjects () |
| |
| static const char * | ImGui_ImplGlfw_GetClipboardText () |
| |
| bool | ImGui_ImplGlfw_Init (GLFWwindow *window, bool install_callbacks) |
| |
| void | ImGui_ImplGlfw_InvalidateDeviceObjects () |
| |
| void | ImGui_ImplGlFw_KeyCallback (GLFWwindow *, int key, int, int action, int mods) |
| |
| void | ImGui_ImplGlfw_MouseButtonCallback (GLFWwindow *, int button, int action, int) |
| |
| void | ImGui_ImplGlfw_NewFrame (float scale_factor) |
| |
| void | ImGui_ImplGlfw_RenderDrawLists (ImDrawData *draw_data) |
| |
| void | ImGui_ImplGlfw_ScrollCallback (GLFWwindow *, double, double yoffset) |
| |
| static void | ImGui_ImplGlfw_SetClipboardText (const char *text) |
| |
| void | ImGui_ImplGlfw_Shutdown () |
| |
| #define OFFSETOF |
( |
|
TYPE, |
|
|
|
ELEMENT |
|
) |
| ((size_t)&(((TYPE *)0)->ELEMENT)) |
| bool ImGui_ImplGlfw_CreateDeviceObjects |
( |
| ) |
|
| static const char* ImGui_ImplGlfw_GetClipboardText |
( |
| ) |
|
|
static |
| bool ImGui_ImplGlfw_Init |
( |
GLFWwindow * |
window, |
|
|
bool |
install_callbacks |
|
) |
| |
| void ImGui_ImplGlfw_InvalidateDeviceObjects |
( |
| ) |
|
| void ImGui_ImplGlFw_KeyCallback |
( |
GLFWwindow * |
, |
|
|
int |
key, |
|
|
int |
, |
|
|
int |
action, |
|
|
int |
mods |
|
) |
| |
| void ImGui_ImplGlfw_MouseButtonCallback |
( |
GLFWwindow * |
, |
|
|
int |
button, |
|
|
int |
action, |
|
|
int |
|
|
) |
| |
| void ImGui_ImplGlfw_NewFrame |
( |
float |
scale_factor | ) |
|
| void ImGui_ImplGlfw_ScrollCallback |
( |
GLFWwindow * |
, |
|
|
double |
, |
|
|
double |
yoffset |
|
) |
| |
| static void ImGui_ImplGlfw_SetClipboardText |
( |
const char * |
text | ) |
|
|
static |
| void ImGui_ImplGlfw_Shutdown |
( |
| ) |
|
| bool g_MousePressed[3] = { false, false, false } |
|
static |
| float g_MouseWheel = 0.0f |
|
static |