Title: TVController Bug? Post by: Dimple on May 11, 2011, 11:27:42 PM Hello,
TV6.3 has... lblPOVs.Text = TVController.Capabilities.lPOVs.ToString() '#POVs To count #POVs and TV6.5 has... TVController.GetButtonCount() '# buttons TVController.GetAxisCount.ToString() '#axis But no .Capabilities or something like... TVController.GetPOVsCount.ToString() '#POvs To count POVs on a controller. If there's another way to get POV count I haven't found it. Bug? Title: Re: TVController Bug? Post by: Dimple on January 22, 2014, 09:48:32 PM :)
sorry for the 3 year or so bump here, but I am looking at tv65 controller stuff again Dimple Title: Re: TVController Bug? Post by: SylvainTV on January 27, 2014, 03:58:58 PM Should be easy enough to add, the most annoying is to rebuild the dlls :) (I can't do it right now)
In TV6.3 you had access directly to the DInput struct, but couldn't do that in TV6.5 due to managed wrappers etc. Are there other missing info in there while we're at it ? |