fixed wording

This commit is contained in:
Thomas Jentzsch 2021-09-07 08:46:59 +02:00
parent 3e8486d4de
commit d4d34faf53
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM(JoyDir, {
{JoyDir::NONE, nullptr},
{JoyDir::ANALOG, "analog"},
{JoyDir::NEG, "negative"},
{JoyDir::POS, "position"}
{JoyDir::POS, "positive"}
})
NLOHMANN_JSON_SERIALIZE_ENUM(JoyHatDir, {