Initial work on prompt widget

This commit is contained in:
2026-05-04 02:14:14 -04:00
parent ae0defbad9
commit 97b5a3c593
10 changed files with 324 additions and 84 deletions

View File

@@ -125,6 +125,21 @@ enum class ElxLuaSyntaxCheck : uint8 {
InvalidLua,
};
////////////////////////////////////////////////////////////
//
// ElxInputMode
//
// The three input modes recognized by the game.
//
////////////////////////////////////////////////////////////
UENUM(BlueprintType)
enum class ElxInputMode : uint8 {
KeyboardMouse,
XboxGamepad,
PlayStationGamepad,
};
////////////////////////////////////////////////////////////
//
// Log Categories