MOUSE

THREE.MOUSE
object MOUSE extends Object

Represents mouse buttons and interaction types in context of controls.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
MOUSE.type

Members list

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val DOLLY: Double

A dolly interaction.

A dolly interaction.

Attributes

val LEFT: Double

The left mouse button.

The left mouse button.

Attributes

val MIDDLE: Double

The middle mouse button.

The middle mouse button.

Attributes

val PAN: Double

A pan interaction.

A pan interaction.

Attributes

val RIGHT: Double

The right mouse button.

The right mouse button.

Attributes

val ROTATE: Double

A rotate interaction.

A rotate interaction.

Attributes