MouseLike

trait MouseLike
class Object
trait Matchable
class Any
class Mouse
class Pointer

Value members

Abstract methods

def toJs: Object

Concrete methods

def assign(tgt: Dynamic, readOnlyProperties: Boolean): tgt

Deprecated methods

@deprecated("Use assign", "1.7.6")
def setMouseAttributes(obj: Object): Unit
Deprecated

Abstract fields

val altKey: Boolean
val button: Int
val buttons: Int
val clientX: Double
val clientY: Double
val ctrlKey: Boolean
val defaultPrevented: Boolean
val metaKey: Boolean
val movementX: Long
val movementY: Long
val pageX: Double
val pageY: Double
val screenX: Double
val screenY: Double
val shiftKey: Boolean