Search found 3 matches

by tomas.koza
Tue May 03, 2022 1:35 am
Forum: Developer's Forum for Windows
Topic: Reading properties
Replies: 4
Views: 16090

Re: Reading properties

That is fine, I will deal with it. Thanks for your answers.
by tomas.koza
Mon May 02, 2022 12:28 am
Forum: Developer's Forum for Windows
Topic: Reading properties
Replies: 4
Views: 16090

Re: Reading properties

In Documentation.chm that is part of your SDK package there is topic 'PropertyNames Fields' which defines "DevicePresent Property that the program can query to determine if an input device is attached.". There is nothing mentioned in 'navlib.pdf' or 'quick_guide.pdf'. But asking for a 'Dev...
by tomas.koza
Wed Apr 27, 2022 1:20 am
Forum: Developer's Forum for Windows
Topic: Reading properties
Replies: 4
Views: 16090

Reading properties

Hi, I finally managed to make the new SDK work for my APP. What I have issues with is: detecting wether there is any 3d connexion mouse connected at all. In documentation I found that I can querry navlib properties for that, using: NavigationModel.Read("device.present", lDevicePresent); re...