vsg-dev / vsgImGui

Integration of VulkanSceneGraph with ImGui
MIT License
43 stars 28 forks source link

Keyboard #30

Closed rolandhill closed 1 year ago

rolandhill commented 1 year ago

This PR fixes problems with:

Tested on Kubuntu 22.04

rolandhill commented 1 year ago

Maybe hold off on this PR. The way keyboard io is handled has all changed in 1.87 / 1.88, better to get it working for the latest version.

rolandhill commented 1 year ago

I've had a go at changing to ImGui 1.89. See Draft PR #32. It looks right, but the key presses aren't reflected in ImGui. Maybe I've missed something simple. Could you take a look at it please. https://github.com/vsg-dev/vsgImGui/pull/32 Roland