mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 06:56:45 +01:00
7 lines
No EOL
193 B
Text
7 lines
No EOL
193 B
Text
function textInput(_input, _onModify, _extras = noone) : widget() constructor {
|
|
input = _input;
|
|
onModify = _onModify;
|
|
extras = _extras;
|
|
|
|
static _resetFocus = function() { resetFocus(); }
|
|
} |