Searched refs:is_undoable (Results 1 – 4 of 4) sorted by relevance
3501 #define is_undoable(c) (!(classify[rtt2asc(c) & 0x7F] & vU)) macro4189 if (is_undoable(*cmd) && !macro.p) { in vi_cmd()
3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local3359 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()3360 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
3145 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local3365 …t bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && is_editable && is_undoable); in InputTextEx()3366 …uiKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && is_editable && is_undoable; in InputTextEx()
3962 const bool is_undoable = (flags & ImGuiInputTextFlags_NoUndoRedo) == 0; in InputTextEx() local4260 … bool is_undo = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_Z)) && !is_readonly && is_undoable); in InputTextEx()4261 …iKey_Y)) || (is_osx_shift_shortcut && IsKeyPressedMap(ImGuiKey_Z))) && !is_readonly && is_undoable; in InputTextEx()