tpecholt / imrad

ImRAD is a GUI builder for the ImGui library
GNU General Public License v3.0
915 stars 29 forks source link

no member named 'NavDisableMouseHover' in 'ImGuiContext' #41

Open mumin16 opened 4 days ago

mumin16 commented 4 days ago

i have this error: no member named 'NavDisableMouseHover' in 'ImGuiContext' from imrad.h.

okey. i need old imgui version. i change to NavCursorVisible..

mumin16 commented 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

mumin16 commented 4 days ago

this line return nullptr.

auto ioUserData = (ImRad::IOUserData)ImGui::GetIO().UserData;

ok. i change to BackendPlatformUserData .

mumin16 commented 4 days ago

when i closed my app, it is crash( glfwDestroyCursorWin32). Nice util.

mumin16 commented 4 days ago

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.