文件名称:Feathers-FoveaTextInput:Feathers TextInput替换可消除Android上的StageText崩溃
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-25 04:23:58
ActionScript
Feathers-FoveaTextInput Feathers TextInput替换可消除Android上的StageText崩溃 文献资料 导入FoveaTextInput: import feathers.controls.FoveaTextInput; 将其用作任何TextInput: var input:FoveaTextInput = new FoveaTextInput(); addChild(input); input.prompt = "Enter your name"; input.x = 100; input.y = 100; input.width = 300; input.height = 60; 行为 FoveaTextInput将是除Android之外所有平台上的常规羽毛TextInput。 在Android上,将不可见的flash.text.Te
【文件预览】:
Feathers-FoveaTextInput-master
----LICENSE(1KB)
----README.md(1005B)
----feathers()
--------controls()