HIDPlugin
SqueakSource project pageThis plugin adds support for HID devices like tablets, gamepads and car wheels. The package will provide three layers to the plugin:
- Concrete class layer - This layer represents real devices as Smalltalk objects. For example, the HIDTablet class provides access to a real tablet connected to an USB port to which Smalltalk messages can be sent.
- Class library layer - The class hierarchy is used to query the devices to retrieve their capabilities and encapsulate the internal pointers and C structures into Smalltalk objects.
- Low level layer - HIDPlugin is a low level wrapper for Apple's HID Utilities library.
A compiled version of the plugin is available.HID-dd.8.mcz
HID-dd.7.mcz
HID-dd.5.mcz
HID-dd.4.mcz
HID-dd.3.mcz
HID-dd.2.mcz
HID-dd.1.mcz