DXJoy

XNA DXJoystick Support
Download

DXJoy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Fabio Mastelari
  • Operating Systems:
  • Windows All
  • File Size:
  • 5 KB

DXJoy Tags


DXJoy Description

The DXJoy (XNA DXJoystick Support) library will allow usage of DirectX compatibles Joysticks in XNA game development for windows. How to use? Create a GameComponent, add DXJoy.dll in references and add DXJoystickSupport in using declarations. After do this, put the follow code in respective methods listed above: - Initialize: DXJoy.Load(this.Game); - Update: DXJoy.Poll(); - Dispose: DXJoy.Unload(); Insert the follow code in your game constructor(where YourGameComponent is the GameComponent created below): - this.Components.Add(new YourGameComponent(this));


DXJoy Related Software