Changeset 132 for trunk/wminput/README
- Timestamp:
- 06/28/07 18:50:26 (1 year ago)
- Files:
-
- trunk/wminput/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wminput/README
r102 r132 91 91 For developers, the plugin API is specified in cwiid/wminput/wmplugin.h. The examples cover most of the functionality, except buttons, which are triggered by asserting the i^th bit of the buttons element of struct wmplugin_data, where i is the index of the button. 92 92 93 Plugins may now be implemented in Python, as well as C. A Python version of the acc plugin may be found in cwiid/wminput/plugins/acc.
