TextEntered

sfml.window.Event.TextEntered
See theTextEntered companion object
final case class TextEntered(unicode: Int)

A character was entered

Value parameters

unicode

UTF-32 Unicode value of the character.

Attributes

Companion
object

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product