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

Method OnEnableChanged

libraries/ZWidget/src/widgets/lineedit/lineedit.cpp:1140–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138}
1139
1140void LineEdit::OnEnableChanged()
1141{
1142 bool enabled = IsEnabled();
1143
1144 if (!enabled)
1145 {
1146 cursor_blink_visible = false;
1147 timer->Stop();
1148 }
1149 Update();
1150}
1151
1152bool LineEdit::InputMaskAcceptsInput(int cursor_pos, const std::string& str)
1153{

Callers

nothing calls this directly

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected