ignore NUM values in enums
This commit is contained in:
parent
fbfa279862
commit
916b58f99c
1 changed files with 6 additions and 0 deletions
|
@ -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 &);
|
||||
|
|
Loading…
Reference in a new issue