#include <input.h>
Public Member Functions | |
| bool | ShouldApply () const |
| operator bool () const | |
Public Attributes | |
| bool | changed |
| bool | immediate |
| bool | text_committed |
|
inline |
Definition at line 48 of file input.h.
References immediate, and text_committed.
Referenced by yaze::editor::DungeonCanvasViewer::DrawDungeonCanvas().
|
inline |
| bool yaze::gui::InputHexResult::changed |
Definition at line 42 of file input.h.
Referenced by yaze::gui::InputHexByteEx(), yaze::gui::InputHexByteEx(), yaze::gui::InputHexWordEx(), and operator bool().
| bool yaze::gui::InputHexResult::immediate |
Definition at line 43 of file input.h.
Referenced by yaze::gui::InputHexByteEx(), yaze::gui::InputHexByteEx(), yaze::gui::InputHexWordEx(), and ShouldApply().
| bool yaze::gui::InputHexResult::text_committed |
Definition at line 44 of file input.h.
Referenced by yaze::gui::InputHexByteEx(), yaze::gui::InputHexByteEx(), yaze::gui::InputHexWordEx(), and ShouldApply().