new TextInput()
Renders strings from off-screen html textfield element into a text.Text object
- Source:
 
Extends
- Text
 
Methods
- 
    
blur()
 - 
    
    
Blurs the textfield element
- Source:
 
 - 
    
destroy()
 - 
    
    
    
    
    
    
- Source:
 
 - 
    
focus()
 - 
    
    
Focuses the textfield element
- Source:
 
 - 
    
isFocused()
 - 
    
    
    
    
    
    
- Source:
 
Returns:
- Type
 - Boolean
 
 - 
    
render(context, factor, ticks)
 - 
    
    
    
    
    
        
Parameters:
Name Type Description contextObject The CanvasRenderingContext2D object
factorInteger The 0-1-based model of elapsed time
ticksInteger Total elapsed ticks
- Source: