Skip to content

Commit f178d65

Browse files
committed
Add missing
1 parent dd9b264 commit f178d65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Packages/com.unity.inputsystem/InputSystem/InputExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ public static bool IsTextInputKey(this Key key)
145145
case Key.OEM3:
146146
case Key.OEM4:
147147
case Key.OEM5:
148+
case Key.MediaPlayPause:
149+
case Key.MediaForward:
150+
case Key.MediaRewind:
148151
case KeyEx.IMESelected:
149152
return false;
150153
}

0 commit comments

Comments
 (0)