Difference between revisions of "love.keyboard.setTextInput"

(Created page)
 
m (Removed copy/pasted note)
Line 10: Line 10:
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.
=== Notes ===
 
The interval between repeats depends on the user's system settings.
 
  
 
== See Also ==
 
== See Also ==

Revision as of 23:01, 15 September 2013

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.

Function

Synopsis

love.keyboard.setTextInput( enable )

Arguments

boolean enable
Whether text input events should be enabled.

Returns

Nothing.

See Also

Other Languages