Search found 5 matches

by Neisa
Thu Nov 01, 2007 12:36 pm
Forum: Developer's Forum for Windows
Topic: Handling device events with Delphi
Replies: 8
Views: 17021

Another question: does the sensor offsets differ for rotations an translations? SDK says that offset values are -MAX..MAX in all cases, but in fact I receive values in -1..1 for rotations and -MAX..MAX for translations.
by Neisa
Fri Oct 26, 2007 7:32 am
Forum: Developer's Forum for Windows
Topic: Handling device events with Delphi
Replies: 8
Views: 17021

Oh, I see... so, I just misunderstood that post. Thank you!
by Neisa
Thu Oct 25, 2007 9:59 am
Forum: Developer's Forum for Windows
Topic: Handling device events with Delphi
Replies: 8
Views: 17021

Huh, that's the thing I'm doing now 8)
But can you please tell me what about delphi sdk? Is it unreasonable to wait for it?
Thank you for replies :)
by Neisa
Thu Oct 25, 2007 6:52 am
Forum: Developer's Forum for Windows
Topic: Handling device events with Delphi
Replies: 8
Views: 17021

Hi ngomes, I've read everything on the delphi subject on this forum. Unfortunately, I found only a promise of forthcoming SDK for pascal developers. Is it available now? It was said to come out on the first quarter of 2007... :( Another way is to use a ready solution, offered by CCrDude (my special ...
by Neisa
Wed Oct 24, 2007 7:20 am
Forum: Developer's Forum for Windows
Topic: Handling device events with Delphi
Replies: 8
Views: 17021

Handling device events with Delphi

Sorry for the silly question, but C++ SDK uses __hook function to associate events with handlers. How can it be done with delphi?
Thanks in advance :)