ControllerHatforce4Way Property |
Force this hat to behave as a 4-way hat. This only has any effect if the hat is an 8-way hat.
If enabled, the corner directions will activate the adjacent 2 cardinal direction buttons instead of the corner button.
This is useful if you need the hat to behave like a D-Pad instead of an 8-way hat.
If the global ReInput.configuration.force4WayHats is enabled, setting this to false will have no effect as the global flag overrides this value.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool force4Way { get; set; }
Property Value
Type:
BooleanSee Also