Skip to content

Commit 195718d

Browse files
authored
Merge pull request #108 from hi94740/feat/nexus_key
Add Nexus(Xbox) key to InputKeyType class
2 parents 99417f2 + a6b3a7b commit 195718d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xbox/webapi/api/provider/smartglass/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ class InputKeyType(str, Enum):
180180
Down = "Down"
181181
Left = "Left"
182182
Right = "Right"
183+
Nexus = "Nexus"
183184

184185

185186
class GuideTab(str, Enum):

0 commit comments

Comments
 (0)