Skip to content

Commit a9cff76

Browse files
authored
Update CHANGELOG.md
1 parent e0f10fb commit a9cff76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/com.unity.inputsystem/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ however, it has to be formatted properly to pass verification tests.
1616

1717
### Added
1818
- Exposed MediaPlayPause, MediaRewind, MediaForward keys on Keyboard.
19-
- Added OnMouse events for the InputSystem from editor version 6.3, including samples and tests.
19+
- Added support for (MonoBehavior OnMouse events) [https://docs.unity3d.com/ScriptReference/MonoBehaviour.html] when running the Input System on Unity 6.4 or newer.
20+
- Added tests and a sample for MonoBehavior OnMouse events using the InputSystem package.
2021
- Added a new fluent API `WithSuppressedActionPropagation()` to `UnityEngine.InputSystem.InputActionRebindingExtensions` that allows suppressing actions from firing during interactive rebinding while allowing state updates to avoid actions triggering after state event suppression (default). ISXB-1546.
2122
- Added a new Monobehavior `InputActionLabel` to rebinding sample to allow dynamic text showing relevant binding for an `InputAction`.
2223

0 commit comments

Comments
 (0)