Skip to content

Game controller support #96

Game controller support

Game controller support #96

Triggered via pull request March 2, 2025 18:36
Status Failure
Total duration 5m 5s
Artifacts

dotnet-windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L10
Non-nullable property 'East' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L10
Non-nullable property 'North' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L10
Non-nullable property 'South' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L10
Non-nullable property 'West' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L10
Non-nullable property 'Pause' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L52
Property or indexer 'Stick.XAxis' cannot be assigned to -- it is read only
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L53
Property or indexer 'Stick.YAxis' cannot be assigned to -- it is read only
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L55
Property or indexer 'Stick.XAxis' cannot be assigned to -- it is read only
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L56
Property or indexer 'Stick.YAxis' cannot be assigned to -- it is read only
build: engine/Orbit.Input/Platforms/Windows/GameController.cs#L58
Property or indexer 'Shoulder.Button' cannot be assigned to -- it is read only