Show
Ignore:
Timestamp:
06/28/07 18:50:26 (1 year ago)
Author:
dsmith
Message:

docs update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wminput/README

    r102 r132  
    9191For 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. 
    9292 
     93Plugins 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.