mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-14 06:23:55 +01:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
function textInput(_input, _onModify, _extras = noone) : widget() constructor {
|
|
input = _input;
|
|
onModify = _onModify;
|
|
extras = _extras;
|
|
|
|
static _resetFocus = function() { resetFocus(); }
|
|
|
|
static onKey = function(key) {}
|
|
} |