X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=wrap%2Fob_python.i;h=66fd83e93c16c1d7fff872ec9497b9d8824c295a;hb=590e5e2392e0610e8eb2d21e59d2d4a265caf172;hp=e5c54301b53a15cb3a27ce44c13ed40055d273fd;hpb=c217a730901137252cde2d3a39b59c4ebd53e879;p=chaz%2Fopenbox diff --git a/wrap/ob_python.i b/wrap/ob_python.i index e5c54301..66fd83e9 100644 --- a/wrap/ob_python.i +++ b/wrap/ob_python.i @@ -9,6 +9,12 @@ namespace ob { +%ignore MouseContext::NUM_MOUSE_CONTEXT; +%ignore MouseAction::NUM_MOUSE_ACTION; +%ignore KeyContext::NUM_KEY_CONTEXT; +%ignore KeyAction::NUM_KEY_ACTION; +%ignore EventAction::NUM_EVENT_ACTION; + %ignore python_init(char*); %ignore python_destroy(); %ignore python_exec(const std::string &);