Deprecates MouseStateExtended.WasButtonJustDown, MouseStateExtended.WasButtonJustUp, KeyboardStateExtended.WasKeyJustDown, KeyboardStateExtended.WasKeyJustUp, and adds documentation to prevent confusion.
Adds MouseStateExtended.IsButtonPressed, MouseStateExtended.IsButtonReleased, KeyboardStateExtended.IsKeyPressed, KeyboardStateExtended.IsKeyReleased as replacements. Those were my thoughts for the naming of the API, but if reviewers have other suggestions, feel free to suggest.
Fixes #760
Deprecates
MouseStateExtended.WasButtonJustDown
,MouseStateExtended.WasButtonJustUp
,KeyboardStateExtended.WasKeyJustDown
,KeyboardStateExtended.WasKeyJustUp
, and adds documentation to prevent confusion.Adds
MouseStateExtended.IsButtonPressed
,MouseStateExtended.IsButtonReleased
,KeyboardStateExtended.IsKeyPressed
,KeyboardStateExtended.IsKeyReleased
as replacements. Those were my thoughts for the naming of the API, but if reviewers have other suggestions, feel free to suggest.