mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Updated ImGui event handle for X11
This commit is contained in:
parent
5af1d18a8f
commit
bb8cfbda10
2 changed files with 76 additions and 81 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
IMGUI_IMPL_API bool ImGui_ImplX11_Init(void* display);
|
||||
IMGUI_IMPL_API void ImGui_ImplX11_Shutdown();
|
||||
IMGUI_IMPL_API void ImGui_ImplX11_NewFrame();
|
||||
IMGUI_IMPL_API void ImGui_ImplX11_NewFrame(void* window);
|
||||
|
||||
// Handler for Win32 messages, update mouse/keyboard data.
|
||||
// You may or not need this for your implementation, but it can serve as reference for handling inputs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue