Pixel-Composer/scripts/textInput/textInput.gml
2023-01-17 14:11:55 +07:00

5 lines
140 B
Plaintext

function textInput(_input, _onModify, _extras = noone) : widget() constructor {
input = _input;
onModify = _onModify;
extras = _extras;
}