Add scroll wheel support to input hex fields

This commit is contained in:
scawful
2024-01-25 20:59:39 -05:00
parent f45e115176
commit 7231999cf3
4 changed files with 39 additions and 17 deletions

View File

@@ -87,7 +87,6 @@ class OverworldEditor : public Editor,
}
absl::Status LoadGraphics();
absl::Status SaveOverworldMaps();
private:
absl::Status UpdateOverworldEdit();