You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Description
The
Accelerometerand possibly other types use custom delegate types for the even handlers. This creates some minor issues:I wonder if you would consider switching to generic
EventHandler<AccelerometerChangedEventArgs>and friends to keep things simple.Basic Information