M3D / M3D / Inputs / InputHandler
Class: InputHandler
Memberof
M3D.Inputs
Description
输入操作基础管理
Hierarchy
-
↳
InputHandler
Table of contents
Constructors
Properties
Methods
- getCamera
- getEvents
- getId
- getInput
- getScene
- getTrackBall
- keyDown
- keyUp
- mouseDown
- mouseMove
- mouseUp
- mouseWheel
- registerEvent
- removeEvent
- reset
- setId
- setInput
- touchDown
- touchMove
- touchUp
- addCustomConfig
- getHandler
- initCustomConfig
Constructors
constructor
• new InputHandler(i
): InputHandler
Parameters
Name | Type |
---|---|
i | Input |
Returns
Description
构造函数
Overrides
Properties
id
• id: number
Inherited from
count
▪ Static
count: number
Inherited from
customHandlerConfig
▪ Static
customHandlerConfig: Map
<string
, any
>