moonbase.text functions - Protovision/moonbase GitHub Wiki
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