Skip to content

moonbase.text functions

Protovision edited this page Jan 8, 2016 · 1 revision
moonbase.text.isActive( )

Returns a boolean representing if text input events are enabled

moonbase.text.start( )

Instructs the engine to start accepting text input events

moonbase.text.stop( )

Instructs the engine to stop accepting text input events

moonbase.text.setRect( r )

Sets the rectangle used to type text inputs. r is a table containing 4 numbers representing the x coordinate, y coordinate, width, and height of the rectangle respectively

Clone this wiki locally