GuideHelper

A static class that makes using the Xbox Guide extremely simple
Download

GuideHelper Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • Andrewl
  • Operating Systems:
  • Windows All
  • File Size:
  • 10 KB

GuideHelper Tags


GuideHelper Description

GuideHelper was developed to be a static class that makes using the Xbox Guide extremely simple, no more having to create asynchronous callback functions or having to worry about the dreaded GuideAlreadyVisibleException. All that is required to use this is you adding the XboxGuideComponent and the GamerServicesComponent. Basically just these 2 lines to your Game's constructor: - Components.add(new GamerServicesComponent(this)); - Components.add(new XboxGuideComponent(this)); After that simply use the static class GuideHelper to access all it has to offer. Its setup is similar to that of the Guide class except you don't have to deal with any asynchronous calls. All you have to do is setup a Function for it to call once it is done with the specified value. (Note that message boxes have the option to pass null to that parameter so you can just display text to the user).


GuideHelper Related Software