| 123456789101112131415161718192021222324 |
- {
- "name" : "Input",
- "sources" : ["Source/Atomic/Input"],
- "includes" : ["<Atomic/UI/UIWidget.h>"],
- "classes" : ["Input", "JoystickState"],
- "overloads" : {
- "Input" : {
- "BindButton" : ["UIButton", "int"]
- }
- },
- "typescript_decl" : {
- "Input" : [
- "getTouch(index:number):any;"
- ]
- },
- "haxe_decl" : {
- "Input" : [
- "getTouch(index:number):Dynamic;"
- ]
- }
- }
|