More progress on prompt

This commit is contained in:
2026-05-04 15:27:28 -04:00
parent 9d37f02d44
commit 3e7e6a2ae4
10 changed files with 121 additions and 73 deletions

View File

@@ -127,14 +127,14 @@ enum class ElxLuaSyntaxCheck : uint8 {
////////////////////////////////////////////////////////////
//
// ElxInputMode
// ElxControllerType
//
// The three input modes recognized by the game.
// The three types of controller recognized by luprex.
//
////////////////////////////////////////////////////////////
UENUM(BlueprintType)
enum class ElxInputMode : uint8 {
enum class ElxControllerType : uint8 {
KeyboardMouse,
XboxGamepad,
PlayStationGamepad,