Search found 4 matches

by 450302324@qq.com
Mon Nov 25, 2019 2:21 am
Forum: Developer's Forum for Windows
Topic: Multiple devices initialize in unity
Replies: 3
Views: 8596

Re: Multiple devices initialize in unity

I need the max value to make the range between -1 to 1 in my project.But I get the value is more than 2000 through Siapp demo.
In addition,which method is use for listening the device work?
.
by 450302324@qq.com
Sun Nov 24, 2019 10:23 pm
Forum: Developer's Forum for Windows
Topic: Multiple devices initialize in unity
Replies: 3
Views: 8596

Multiple devices initialize in unity

My goal is to bind multiple space mouse devices to different objects in unity3d.So I have some question: 1.What is the max value about tx,ty,tz? 2.How to initialize multiple devices in same window which is unity built execute?Such as multiple calls SiOpen method to get these devices' handle or multi...
by 450302324@qq.com
Wed Nov 20, 2019 7:08 pm
Forum: Developer's Forum for Windows
Topic: TDx.TDxInput.dll for .NET 4.0
Replies: 17
Views: 31046

Re: TDx.TDxInput.dll for .NET 4.0

I met same problem which is that initialize driver in unity.I want to implement that by getting the message which windows send to unity,and I call the CallWindowProc method.I can get the unity main window by unity's process.However I got message failed. const int GWL_WNDPROC = -4; const int WM_SIZE ...
by 450302324@qq.com
Mon Nov 04, 2019 7:59 pm
Forum: Developer's Forum for Windows
Topic: API
Replies: 1
Views: 9025

API

I have downloaded the 3Dconnexion SDK,but I don't know how to use it to develop my program.Where can I find the api file for C#.Thank you.