FORMS_DrawInput

A function defined in FORMS_DrawInput.gml

FORMS_DrawInput(_x, _y, _width, _value[, _disabled[, _defaultValue]])

Description

Draws an input at the given position.

Arguments

Name Type Description
_x Real The x position to draw the input at.
_y Real The y position to draw the input at.
_width Real The width of the input.
_value Real, String The value in the input.
_disabled Bool True to disable editing the input value.
_defaultValue Real, String The value to draw when the value is an empty string.

Returns

Real, String The new input value when done editing or undefined while editing.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.