cohtml.InputSystem.InputEvent

Base class for any input event that can be sent to a CohtmlView component.

Inherits from cohtml.InputSystem.IViewSendable

Inherited by cohtml.InputSystem.KeyEvent, cohtml.InputSystem.PointerEvent

Public Functions

Name
virtual voidSend(CohtmlView view)
Sends the input event to a CohtmlView component.
voidDispose()

Public Functions Documentation

function Send

virtual void Send(
    CohtmlView view
)

Sends the input event to a CohtmlView component.

Parameters:

  • view The CohtmlView component to receive the event.

Reimplements: cohtml.InputSystem.IViewSendable.Send

Reimplemented by: cohtml.InputSystem.KeyEvent.Send, cohtml.InputSystem.MouseEvent.Send, cohtml.InputSystem.GestureEvent.Send

function Dispose

void Dispose()