Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 371962a88770690fa078f9ad18ef578c642c36a2 Size: 5.18 KB File Format: zip
Rating: 1.869565217
out of 5
based on 23 user ratings
Downloads: 355 License: Free
DXJoy is a free software by Fabio Mastelari and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download DXJoy which is 5.18 KB in size and belongs to the software category Components Libraries. DXJoy was released on 2009-06-19 and last updated on our database on 2017-02-24 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
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));System requirementsXNA 3
DirectX 9 or new