struct Scar::Event::TextEntered

Overview

A unicode char was entered

This is not a key event, it captures any entered unicode char entered by any input method. This captures things like ^+e => ê.

Defined in:

scar/event.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Scar::Event::Event

initialize initialize

Constructor methods inherited from struct Scar::Event::Event

new new

Constructor Detail

def self.new(unicode : UInt32) #

[View source]

Instance Method Detail

def unicode : UInt32 #

The entered unicode character


[View source]