thennequin / ImWindow

Window and GUI system based on Dear ImGui from OCornut
MIT License
845 stars 119 forks source link

Support of ImGuiMouseCursor #19

Closed thennequin closed 6 years ago

thennequin commented 7 years ago

Change the cursor depending on GImGui->MouseCursor

thennequin commented 7 years ago

Implement for BGFX backend with help of @bdumesnil. Also work with OpenGL backend.

thennequin commented 7 years ago

Add GLFW support.

thennequin commented 6 years ago

Add cursor support for DX11 and OpenGL backends.