Searched defs:is_cut (Results 1 – 2 of 2) sorted by relevance
860 pub fn is_cut(&self) -> bool { in is_cut() method1010 fn is_cut(&self) -> bool { in is_cut() method
3362 …const bool is_cut = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_X)) || (is_shift_key_only && I… in InputTextEx() local