InputText: minor tidying up.

This commit is contained in:
ocornut
2015-02-21 16:05:59 +00:00
parent 2f9ef13be3
commit 242a52abba
2 changed files with 4 additions and 6 deletions

View File

@ -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