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: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntaxpublic bool force4Way { get; set; }Property Value
Boolean
See Also