fixed wording

This commit is contained in:
Thomas Jentzsch 2021-09-07 08:46:59 +02:00
parent 2bf74e6ceb
commit 7dfebef26f
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, {