Skip to content

Commit

Permalink
Merge pull request #108 from hi94740/feat/nexus_key
Browse files Browse the repository at this point in the history
Add Nexus(Xbox) key to InputKeyType class
  • Loading branch information
tuxuser authored Dec 16, 2024
2 parents 99417f2 + a6b3a7b commit 195718d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbox/webapi/api/provider/smartglass/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class InputKeyType(str, Enum):
Down = "Down"
Left = "Left"
Right = "Right"
Nexus = "Nexus"


class GuideTab(str, Enum):
Expand Down

0 comments on commit 195718d

Please sign in to comment.