love.textedited

love.textedited

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Called when the candidate text for an IME (Input Method Editor) has changed.

The candidate text is not the final text that the user will eventually choose. Use love.textinput for that.

Function

Synopsis

love.textedited( text, start, length )

Arguments

string text
The UTF-8 encoded unicode candidate text.
number start
The start cursor of the selected candidate text.
number length
The length of the selected candidate text. May be 0.

Returns

Nothing.

Notes

See Also


© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.textedited

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部