|
|
@ -20,6 +20,9 @@
|
|
|
|
//---- Don't implement default clipboard handlers for Windows (so as not to link with OpenClipboard(), etc.)
|
|
|
|
//---- Don't implement default clipboard handlers for Windows (so as not to link with OpenClipboard(), etc.)
|
|
|
|
//#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS
|
|
|
|
//#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//---- Include imgui_user.cpp at the end of imgui.cpp so you can include code that extends ImGui using its private data/functions.
|
|
|
|
|
|
|
|
//#define IMGUI_INCLUDE_IMGUI_USER_CPP
|
|
|
|
|
|
|
|
|
|
|
|
//---- Define implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4.
|
|
|
|
//---- Define implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4.
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
#define IM_VEC2_CLASS_EXTRA \
|
|
|
|
#define IM_VEC2_CLASS_EXTRA \
|
|
|
|