Fields
TextInput.drawOptions.cursor_color: number, [2]? }?
The color of the cursor.
TextInput.drawOptions.font: (love.Font)?
Defines the shape of characters that can be drawn onto the screen.
TextInput.drawOptions.get_prefix: (fun( "end"|"middle"|"single"|"start")string)?
TextInput.drawOptions.x: number?
The X position to draw the text input at.
TextInput.drawOptions.y: number?
The Y position to draw the text input at.