mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-12 07:49:55 +02:00
InputText: minor tidying up.
This commit is contained in:
1
imgui.h
1
imgui.h
@ -397,7 +397,6 @@ enum ImGuiInputTextFlags_
|
||||
ImGuiInputTextFlags_CallbackHistory = 1 << 7, // Call user function on pressing Up/Down arrows (for history handling)
|
||||
ImGuiInputTextFlags_CallbackAlways = 1 << 8, // Call user function every time
|
||||
ImGuiInputTextFlags_CallbackCharFilter = 1 << 9 // Call user function to filter character. Modify data->EventChar to replace/filter input, or return 1 to discard character.
|
||||
//ImGuiInputTextFlags_AlignCenter = 1 << 6,
|
||||
};
|
||||
|
||||
// User fill ImGuiIO.KeyMap[] array with indices into the ImGuiIO.KeysDown[512] array
|
||||
|
Reference in New Issue
Block a user