# 输入控件-gms2 **Repository Path**: WuHuiSai/EditText-GMS2 ## Basic Information - **Project Name**: 输入控件-gms2 - **Description**: 输入控件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 输入控件-gms2 ## 使用方法 添加objEditText到项目,继承或生成objEditText即可 ## 输入框属性 ### 创建事件 ``` /// @description 输入框属性 // You can write your code in this editor //宽高 width = room_width/2; height = 50; //文本 text = ""; hint = "input string"; type = 0; //获取焦点 focus = false; //限制长度 max_len = 10; ```