| 1234567891011121314151617181920212223 |
- {
- "name" : "Input",
- "sources" : ["Source/Atomic/Input"],
- "classes" : ["Input"],
- "overloads" : {
- "Input" : {
- "BindButton" : ["UIButton", "int"]
- }
- },
- "typescript_decl" : {
- "Input" : [
- "getTouch(index:number):any;"
- ]
- },
-
- "haxe_decl" : {
- "Input" : [
- "getTouch(index:number):Dynamic;"
- ]
- }
- }
|