-
class TextInputProps:
Inky.Props| {[string]:any}¶ -
font:
love.graphics.Font¶ Defines the shape of characters that can be drawn onto the screen.
[Open in Browser](https://love2d.org/wiki/Font)
-
content:
string¶
-
overlay:
love.graphics.Texture¶ Superclass for drawable objects which represent a texture. All Textures can be drawn with Quads.
[Open in Browser](https://love2d.org/wiki/Texture)
-
focused:
boolean¶
-
onEdit:
function?¶
-
placeholder:
string¶
-
limit:
number¶ the number of characters before we start panning
-
_internal:
Inky.Props.Internal¶
-
font:
-
class TextInput:
Inky.Element¶ Other members:
Inherited from
Inky.Element:Draw,Effect,Initializer,Internal,OnCallback,OnDisableCallback,OnEnableCallback,OnPointerCallback,OnPointerEnterCallback,OnPointerExitCallback,OnPointerInHierarchyCallback,OverlapPredicate,getView(),on(),onDisable(),onEnable(),onPointer(),onPointerEnter(),onPointerExit(),onPointerInHierarchy(),props,render(),useEffect(),useOverlapCheck()