MCPcopy Create free account
hub / github.com/ZDoom/Raze / OnEnableChanged

Method OnEnableChanged

libraries/ZWidget/src/widgets/textedit/textedit.cpp:883–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883void TextEdit::OnEnableChanged()
884{
885 bool enabled = IsEnabled();
886 if (!enabled)
887 {
888 cursor_blink_visible = false;
889 timer->Stop();
890 }
891 Update();
892}
893
894bool TextEdit::InputMaskAcceptsInput(ivec2 cursor_pos, const std::string& str)
895{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected