KeyReleased

sfml.window.Event.KeyReleased
See theKeyReleased companion object
final case class KeyReleased(code: Key, scancode: Scan, alt: Boolean, control: Boolean, shift: Boolean, system: Boolean)

Key released event subtype.

Value parameters

alt

Is the Alt key pressed?

code

Code of the key that has been released.

control

Is the Control key pressed?

scancode

Physical code of the key that has been released.

shift

Is the Shift key pressed?

system

Is the System key pressed?

Attributes

Companion
object

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product