How to read HID Device
Data by using TJvHidDevice
in Delphi2010. I want to read the Ink position
(X and Y) of InkTable
t. My Device name is DigiMemo
, its a Pen and Tablet HID device.
Thanks All
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- iOS objective-c object: When to use release and wh
- DBGrid - How to set an individual background color
相关文章
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- HelpInsight documentation in Delphi 2007
- Can RTTI interrogate types from project code at de
- Overlapping Text in CSS - How do I change it?
- What specifically causes EPrivilege to be raised?
I use this to read the PS3 blu-ray remote through a USB bluetooth dongle on the pc. You can use it to read any other HID device, just need to experiment a little with it to retrieve the codes for each action.