SimEvent
japgolly.scalajs.react.test.SimEvent$
object SimEvent
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SimEvent.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Change
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Keyboard
object Mouse
trait MouseLike
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
In this article