Skip to content
SiteEmail

cohtml.InputSystem.InputEventWrapper

A wrapper around Unity3D’s InputAction or Event based on the chosen input package.

Name
InputEventWrapper()
InputEventWrapper(Event inputManagerData)
Constructor taking Unity3D’s Input Manager event.
Name
EventEvent
Returns the wrapped input Event data.
InputEventWrapper()
InputEventWrapper(
Event inputManagerData
)

Constructor taking Unity3D’s Input Manager event.

Parameters:

  • inputManagerData Object with input event data.
Event Event;

Returns the wrapped input Event data.