Skip to content

osdg/what

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what

Without html application technology

##使用示例

效果演示:https://osdg.github.io/what/examples/TextInput/Release/

namespace what.examples.textinput {

    export class Main extends Application {
        constructor() {
            super();

            var span = new Span(new Value("Please type here:"));
            this.addChild(span);

            var ti = new TextInput();
            this.addChild(ti);

            var span = new Span(ti.text);
            this.addChild(span);
        }
    }

    new Main();
}

About

Without html application technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published