cohtml.InputSystem.IViewSendable

Helper interface to send input events to a CohtmlView component.

Inherited by cohtml.InputSystem.InputEvent, cohtml.InputSystem.TouchEventCollection

Public Functions

Name
voidSend(CohtmlView view)

Public Functions Documentation

function Send

void Send(
    CohtmlView view
)

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