Open mumin16 opened 4 days ago
when i click any input widget, my app crash.
if (ImGui::IsItemActive())
ioUserData->imeType = ImRad::ImeText;
Exception has occurred: Exception Exception 0xc0000005 encountered at address 0x7ff63a0e1dcf: Access violation writing location 0x00000038
this line return nullptr.
auto ioUserData = (ImRad::IOUserData)ImGui::GetIO().UserData;
ok. i change to BackendPlatformUserData .
when i closed my app, it is crash( glfwDestroyCursorWin32). Nice util.
When i added method to OnWindowAppearing , it isn't add it's impl and definetion to class . Only it add it's call to draw. Nice util.
i have this error: no member named 'NavDisableMouseHover' in 'ImGuiContext' from imrad.h.
okey. i need old imgui version. i change to NavCursorVisible..