Corenale
Corenale
lua code used: ```lua local ffi = require "ffi" local lj_glfw = require"glfw" local gllib = require"gl" gllib.set_loader(lj_glfw) local gl, glc, glu, glext = gllib.libraries() local ig = require"imgui.glfw" --...
 but your dll from releases works fine (https://github.com/sonoro1234/LuaJIT-ImGui/releases/tag/v1.62) maybe I'm compiling it incorrectly?
[cimgui_glfw.zip](https://github.com/user-attachments/files/16752571/cimgui_glfw.zip) i dont know c++ :( i just want to use this library with 64 bit luajit
 i just used cmake on the folder with luajit-imgui, it gave me cimgui.sln, then i added the paths to glfw3 and compiled it maybe you can compile it for...
sorry for wasting your time, my problem. should have used the code from examples/minimal_main_viewport.lua and everything works thanks for answering, I'm just stupid :) this code fixes my issue: ```lua...
new problem I can't click on imgui
I made callbacks, now it sees clicks, but it clicks without any idea where  
 yes, but after clicking imgui window lost focus
https://github.com/user-attachments/assets/7a00a1d1-3ca2-4257-9cb4-6dfaebe06223
is this better? https://www.youtube.com/watch?v=8YKAR0zQpjM