textInputLogic

Input logic for text input fields.

package
void
textInputLogic
(
uint id
,
bool over
,)

Parameters

id uint

ID of the text input widget

over bool

Is the mouse hovering over the text input widget?

forceInputable bool

Force the text input widget to be inputable regardless of whether it's hovered and clicked by the mouse or not.

Meta