ocornut / imgui_test_engine

Dear ImGui Automation Engine & Test Suite
386 stars 40 forks source link

Fix input text cursor movement tests #9

Closed ajweeks closed 1 year ago

ajweeks commented 1 year ago

Unblocks imgui/pull/6067

This change fixes a couple of bugs in the input text tests, and changes the ifdef checks to check against a version number (which may be the incorrect one once the PR in the main repo is merged). I'm also not confident that these tests will pass with older version of ImGui due to not being able to test them, though if they worked before then they still should now.

ocornut commented 1 year ago

Merged as cc40e07, thank you!