-1

I am trying to make a PlayN game that will need to take controls from some non-standard javascript triggers (hardware buttons on the device) in the HTML5 version. The Android, iOS versions will all be pretty standard.

Where do I look to wire this up?

Also, (probably a dumb one) what is the best way to export the built HTML5 for release on the web server?

Thanks,

Martin

Martin
  • 1,135
  • 1
  • 8
  • 19

1 Answers1

0

Each project comes with specific sub projects for each of the platforms, that where you would put your html 5 specific code.

Build your HTML project from the command line.

Community
  • 1
  • 1