KeyUp

indigo.shared.events.KeyboardEvent.KeyUp
final case class KeyUp(keyCode: Key) extends KeyboardEvent

A key was released during the last frame

Value parameters

keyCode

The code and the JavaScript String representation

Attributes

Graph
Supertypes
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product