Quote:
Originally Posted by R.C.
Thats cool,
Even though my team isn't using the ZomB dashboard, how do you do it in Java?
Thanks,
-RC
|
Not easily. you can look at the source for it (zombdlls/WPF/Controls/xShake.cs), but it is just a simple wrapper for a Direct X wrapper library (SlimDX), so you would have to call Direct X yourself if you want to do that in Java. I personally did not look too deeply into that, I just used
http://www.mediafire.com/file/ihhjzt...Controller.zip and it worked, so I never bothered with anything else.