MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetShowOperator

Method SetShowOperator

src/window_numberinput.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void Window_NumberInput::SetShowOperator(bool show) {
116 show_operator = show;
117}
118
119void Window_NumberInput::UpdateCursorRect() {
120 cursor_rect = { index * (cursor_width - 2) + (show_operator ? -2 : 8), 0, cursor_width, 16 };

Callers 2

PushUiNumberInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected