跳到主要内容
版本:v10.0

M3D / M3D / Inputs / TouchEventArgs

Class: TouchEventArgs

M3D.Inputs.TouchEventArgs

Memberof

M3D.Inputs

Description

着色器管理类

Date

2022-1-17

Version

1.0

Copyright

All Rights Reserved. Copyright (C) 2022 HOTEAMSOFT, Ltd

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new TouchEventArgs(type, e): TouchEventArgs

Parameters

NameTypeDescription
typeInputEventType输入事件类型
eTouchEvent触摸事件

Returns

TouchEventArgs

Description

构造函数

Overrides

InputEventArgs.constructor

Properties

handled

handled: boolean


inputEventType

inputEventType: InputEventType

Inherited from

InputEventArgs.inputEventType


position

position: number[]

Inherited from

InputEventArgs.position


touchCount

touchCount: number


touchEvent

touchEvent: TouchEvent