Skip to content

Commit a6b3a7b

Browse files
authored
Add Nexus key to InputKeyType class
1 parent 668ca26 commit a6b3a7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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)