Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Enables or disables text input events. It is enabled by default on Windows, Mac, and Linux, and disabled by default on iOS and Android.
love.keyboard.setTextInput( enable )
boolean enableNothing.
Available since LÖVE 0.10.0
This variant is not supported in earlier versions.
love.keyboard.setTextInput( enable, x, y, w, h )
boolean enablenumber xnumber ynumber wnumber hNothing.
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.keyboard.setTextInput