Search found 6 matches

by PaulGee
Mon Nov 26, 2007 8:21 am
Forum: Developer's Forum for Windows
Topic: Button Events
Replies: 6
Views: 13643

Left is assigned Fit
Right is assigned 3DxWare Panel.
by PaulGee
Thu Nov 15, 2007 7:15 am
Forum: Developer's Forum for Windows
Topic: Button Events
Replies: 6
Views: 13643

Here is a code snippet. Basically I register an event handler for the key down event. Under the AnyApplication config when I press the left button the key down event is called and the keyCode value is 31. I then try to get the label for the code and this causes the COM exception. The right button is...
by PaulGee
Thu Nov 08, 2007 8:34 am
Forum: Developer's Forum for Windows
Topic: Button Events
Replies: 6
Views: 13643

Button Events

I have an application in C# which is detecting the key presses on a space navigator. However with the Any Application configuration I can detect the left key but in the standard configuration the right button always displays the control panel. Is there anyway to overcome this. Also if I call the Get...
by PaulGee
Tue May 08, 2007 12:48 am
Forum: Developer's Forum for Windows
Topic: Max Speed
Replies: 2
Views: 10253

What I was trying to achieve was a proportional directional control where the amount of force in a certain direction is a percentage of the total force that can be exerted. I've now sorted a routine to do this, it required a change of thinking on my behalf. Rather than trying to find the max value o...
by PaulGee
Thu May 03, 2007 9:00 am
Forum: Developer's Forum for Windows
Topic: Period and Length
Replies: 1
Views: 9161

Period and Length

Hi could somebody please give an example or explanation of these values and why you'd be likely to use them?

The documentation for version 1.0 of the 3DxInput COM API could really do with expanding.

Cheers

Paul.
by PaulGee
Mon Apr 23, 2007 7:23 am
Forum: Developer's Forum for Windows
Topic: Max Speed
Replies: 2
Views: 10253

Max Speed

Is there a way of finding out the current maximum value for vector3D object under the COM interface.

I just want a means of knowing for a particular direction what proportion of the maximum value I am.

Many thanks

Paul.