Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7750b08

Browse files
committed
Added key codes for the keys super
1 parent 63599a1 commit 7750b08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎raylibpy/__init__.py‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@
124124
'KEY_LEFT_SHIFT',
125125
'KEY_LEFT_CONTROL',
126126
'KEY_LEFT_ALT',
127+
'KEY_LEFT_SUPER',
127128
'KEY_RIGHT_SHIFT',
128129
'KEY_RIGHT_CONTROL',
129130
'KEY_RIGHT_ALT',
131+
'KEY_RIGHT_SUPER',
130132
'KEY_GRAVE',
131133
'KEY_SLASH',
132134
'KEY_BACKSLASH',
@@ -1001,9 +1003,11 @@ def _flatten(filter_types: List[Type], *values, map_to: Optional[Type]=None) ->
10011003
KEY_LEFT_SHIFT = 340
10021004
KEY_LEFT_CONTROL = 341
10031005
KEY_LEFT_ALT = 342
1006+
KEY_LEFT_SUPER = 343
10041007
KEY_RIGHT_SHIFT = 344
10051008
KEY_RIGHT_CONTROL = 345
10061009
KEY_RIGHT_ALT = 346
1010+
KEY_RIGHT_SUPER = 347
10071011
KEY_GRAVE = 96
10081012
KEY_SLASH = 47
10091013
KEY_BACKSLASH = 92

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /