EventController Class
An EventController maps user input events from a Viewport to the ToolAdmin so that tools can process them. Viewports are assigned an EventController when they are registered with ViewManager.addViewport and they are destroyed with ViewManager.dropViewport.
Methods
| Name | Description | |
|---|---|---|
| constructor(vp: ScreenViewport): EventController | ||
| destroy(): void | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| vp | ScreenViewport | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.