Input.json 403 B

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