Pixel-Composer/scripts/textInput/textInput.gml

5 lines
140 B
Text
Raw Normal View History

2023-01-17 08:11:55 +01:00
function textInput(_input, _onModify, _extras = noone) : widget() constructor {
input = _input;
onModify = _onModify;
extras = _extras;
}