abstract struct SF::Event::TextEvent

Overview

Text event parameters (see TextEntered)

Direct Known Subclasses

Defined in:

window/obj.cr

Constructors

Instance Method Summary

Instance methods inherited from struct SF::Event

initialize initialize

Constructor methods inherited from struct SF::Event

new new

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def dup : TextEvent #
Description copied from struct Value

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.


[View source]
def unicode : UInt32 #

UTF-32 Unicode value of the character


[View source]
def unicode=(unicode : Int) #

[View source]