#include <python.hh>
Public Types | |
enum | MA { Press, Release, Click, DoubleClick, Motion } |
|
Definition at line 47 of file python.hh.
00047 { 00048 Press, 00049 Release, 00050 Click, 00051 DoubleClick, 00052 Motion 00053 #if ! (defined(DOXYGEN_IGNORE) || defined(SWIG)) 00054 , NUM_MOUSE_ACTION 00055 #endif 00056 }; |