-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Annotate nullable reference types on input devices (#14804)
* [dotnet] Annotate nullable reference types on input devices * remove unnecessary `_` * Use block-body methods in `InputDevice` * Revert `WheelInputDevice.ConvertElement` and `PointerInputDevice.ConvertElement` * Make methods always body-blocked * Add null check to `CreatePointerMove` * Add null check to `CreateWheelScroll` * Do not demand for `PointerMoveInteraction.target` to be not-null
- Loading branch information
1 parent
2383fac
commit 78e1029
Showing
4 changed files
with
95 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.