Search found 1 match

by Fennec27
Thu Mar 04, 2010 1:24 am
Forum: Developer's Forum for Windows
Topic: 3DxInput API in a windows service
Replies: 0
Views: 6595

3DxInput API in a windows service

Hi, I'm using the 3DxInput API in a windows application to get data from the space navigator. I'm working with Borland c++ builder v6.0. Here is a short example of what I'm doing : (I'm using the poll method) long type; double xPos; TOLEBOOL success; success = Device1->IsConnected; if (!bool(success...