29IMGUI_IMPL_API
bool ImGui_ImplGLUT_Init();
30IMGUI_IMPL_API
void ImGui_ImplGLUT_InstallFuncs();
31IMGUI_IMPL_API
void ImGui_ImplGLUT_Shutdown();
32IMGUI_IMPL_API
void ImGui_ImplGLUT_NewFrame();
37IMGUI_IMPL_API
void ImGui_ImplGLUT_ReshapeFunc(
int w,
int h);
38IMGUI_IMPL_API
void ImGui_ImplGLUT_MotionFunc(
int x,
int y);
39IMGUI_IMPL_API
void ImGui_ImplGLUT_MouseFunc(
int button,
int state,
int x,
int y);
40IMGUI_IMPL_API
void ImGui_ImplGLUT_MouseWheelFunc(
int button,
int dir,
int x,
int y);
41IMGUI_IMPL_API
void ImGui_ImplGLUT_KeyboardFunc(
unsigned char c,
int x,
int y);
42IMGUI_IMPL_API
void ImGui_ImplGLUT_KeyboardUpFunc(
unsigned char c,
int x,
int y);
43IMGUI_IMPL_API
void ImGui_ImplGLUT_SpecialFunc(
int key,
int x,
int y);
44IMGUI_IMPL_API
void ImGui_ImplGLUT_SpecialUpFunc(
int key,
int x,
int y);