rename keycode, mousecode enumerations

This commit is contained in:
MihailRis
2025-04-02 17:39:31 +03:00
parent 9843a1fc27
commit 881edb7b28
22 changed files with 160 additions and 154 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
using scriptenv = std::shared_ptr<int>;
class observer_handler;
class ObserverHandler;
/// @brief dynamic integer type (64 bit signed integer)
using integer_t = int64_t;