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
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Send(CohtmlView view) Sends the input event to a CohtmlView component. |
| void | Dispose() |
Public Functions Documentation
Section titled “Public Functions Documentation”function Send
Section titled “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
Section titled “function Dispose”void Dispose()© 2026 Coherent Labs. All rights reserved.