Game controller support #96
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
|