mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-26 04:48:17 +01:00
5 lines
No EOL
140 B
Text
5 lines
No EOL
140 B
Text
function textInput(_input, _onModify, _extras = noone) : widget() constructor {
|
|
input = _input;
|
|
onModify = _onModify;
|
|
extras = _extras;
|
|
} |