Logo


search API (or start typing anywhere)


TextEvent

mint.types.TextEvent

Information about a text input event


typedef


   

Members


type
type : mint.types.TextEventType
The type of text event
timestamp
timestamp : Float
The time in seconds when this touch event occurred, use for deltas
text
text : String
The text that this event has generated
start
start : Int
The start position, if the type is edit
length
length : Int
The length position, if the type is edit
bubble
bubble : Bool
Whether or not the event should bubble further. set to false to stop propagation