Kawe Mazidjatari 5dd5f2ad11 Fix issue caused by iData->BufTextLen always being NULL in ImGuiInputTextFlags_CallbackCharFilter
iData->BufTextLen is always 0 in the ImGuiInputTextFlags_CallbackCharFilter event. ImGuiInputTextFlags_CallbackAlways is called before ImGuiInputTextFlags_CallbackCharFilter in the same frame, so we can obtain the lenght from there and perform the test to discard unwanted characters from the input field.
2022-11-10 22:01:34 +01:00
..
2022-07-08 00:55:01 +02:00
2022-11-10 15:42:27 +01:00
2022-11-10 15:32:56 +01:00
2022-11-02 00:28:41 +01:00
2022-11-03 02:23:00 +01:00
2022-09-14 01:14:51 +02:00
2022-10-21 22:02:23 +02:00
2022-10-21 22:02:23 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00