Click or drag to resize

InputMapper.ConflictFoundEventData.responseCallback Field

Invoke this callback to send a response to the Input Mapper.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public readonly Action<InputMapper.ConflictResponse> responseCallback

Field Value

Type: Action<InputMapper.ConflictResponse>
See Also