Input.json 348 B

1234567891011121314151617181920212223
  1. {
  2. "name" : "Input",
  3. "sources" : ["Source/Atomic/Input"],
  4. "classes" : ["Input"],
  5. "overloads" : {
  6. "Input" : {
  7. "BindButton" : ["UIButton", "int"]
  8. }
  9. },
  10. "typescript_decl" : {
  11. "Input" : [
  12. "getTouch(index:number):any;"
  13. ]
  14. },
  15. "haxe_decl" : {
  16. "Input" : [
  17. "getTouch(index:number):Dynamic;"
  18. ]
  19. }
  20. }