struct

SF::Event::TextEvent

Inherits SF::Event / Struct / Value / Object

Text event parameters (see TextEntered)

Constructors

Instance methods

dup

Returns a shallow copy of this object.

Because Value is a value type, this method returns self, which already involves a shallow copy of this object because value types are passed by value.

Source
unicode

UTF-32 Unicode value of the character

Source
unicode=(unicode : Int)
Source