veeenu / hudhook

A videogame overlay framework written in Rust, supporting DirectX and OpenGL
MIT License
167 stars 27 forks source link

Refactor input to use non-deprecated imgui key i/o system #171

Closed veeenu closed 4 months ago

veeenu commented 4 months ago

The system we have used so far of assigning the key map and then manually updating the Io::keys_down field is deprecated in imgui.

This PR uses the new system.