borodust / bodge-nuklear

Thin wrapper over Nuklear for Common Lisp
MIT License
62 stars 11 forks source link

bugged input in nk-textedit-buffer in :editor mode #7

Open Giels opened 4 years ago

Giels commented 4 years ago

When nk_text_edit has the editor mode set to :editor (but not in :box or :simple), it does not receive input unless first focusing an nk_text_edit* (e.g. nk-textedit-buffer or nk-text-edit-string-zero-terminated and such) with :simple edit type (:box probably also works) and then focusing back to the input. This is the same bug reported in 2017 upstream by borodust, but upstream claimed that this bug was fixed quickly thereafter.