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