stwe / MDCII

An unofficial project making from scratch to create an editable Anno 1602 world.
GNU General Public License v2.0
7 stars 2 forks source link

Mouse and keyboard events broken - reworked ImGui IO mouse/keyboard input API #25

Closed stwe closed 1 year ago

stwe commented 1 year ago

A current ImGui version is now used. The input API has already changed since ImGui 1.87, which made MDCII keyboard and mouse events broken now. The mouse and keyboard events need to be refactored.