diff options
Diffstat (limited to 'Project/Workspace.wxcp')
-rw-r--r-- | Project/Workspace.wxcp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project/Workspace.wxcp b/Project/Workspace.wxcp index 0ceb65b..0153fd3 100644 --- a/Project/Workspace.wxcp +++ b/Project/Workspace.wxcp @@ -320,6 +320,13 @@ "m_functionNameAndSignature": "OnScroll(wxMouseEvent& event)", "m_description": "Process a wxEVT_MOUSEWHEEL event", "m_noBody": false + }, { + "m_eventName": "wxEVT_RIGHT_DOWN", + "m_eventClass": "wxMouseEvent", + "m_eventHandler": "wxMouseEventHandler", + "m_functionNameAndSignature": "OnRightClickDown(wxMouseEvent& event)", + "m_description": "Process a wxEVT_RIGHT_DOWN event", + "m_noBody": false }], "m_children": [] }] |