SimEvent

japgolly.scalajs.react.test.SimEvent$
object SimEvent

Attributes

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

Members list

Type members

Classlikes

case class Change(value: String, checked: UndefOr[Boolean], defaultPrevented: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Change

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Change.type
case class Keyboard(key: String, location: Double, altKey: Boolean, ctrlKey: Boolean, metaKey: Boolean, shiftKey: Boolean, repeat: Boolean, code: String, locale: String, keyCode: Int, charCode: Int, which: Int, defaultPrevented: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Keyboard

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Keyboard.type
case class Mouse(screenX: Double, screenY: Double, clientX: Double, clientY: Double, pageX: Double, pageY: Double, movementX: Long, movementY: Long, altKey: Boolean, ctrlKey: Boolean, metaKey: Boolean, shiftKey: Boolean, button: Int, buttons: Int, defaultPrevented: Boolean) extends MouseLike

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait MouseLike
class Object
trait Matchable
class Any
Show all
object Mouse

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Mouse.type
trait MouseLike

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mouse
class Pointer
case class Pointer(screenX: Double, screenY: Double, clientX: Double, clientY: Double, pageX: Double, pageY: Double, movementX: Long, movementY: Long, altKey: Boolean, ctrlKey: Boolean, metaKey: Boolean, shiftKey: Boolean, button: Int, buttons: Int, defaultPrevented: Boolean, pointerId: Double, width: Double, height: Double, pressure: Double, tiltX: Double, tiltY: Double, pointerType: String, isPrimary: Boolean, tangentialPressure: Double, twist: Int) extends MouseLike

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait MouseLike
class Object
trait Matchable
class Any
Show all
object Pointer

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Pointer.type