]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.h
First pass at wxPython for Mac (darwin only so far). It
[wxWidgets.git] / src / stc / ScintillaWX.h
index fdd4f98dbdf3e8d6e882fcc208c75d22ed06436c..00528bcd0a4e3d03577760c5b29e7c4d1eb212c0 100644 (file)
@@ -119,9 +119,9 @@ public:
     void DoButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt);
     void DoButtonUp(Point pt, unsigned int curTime, bool ctrl);
     void DoButtonMove(Point pt);
-    void DoMouseWheel(int rotation, int delta, int linesPerAction);
+    void DoMouseWheel(int rotation, int delta, int linesPerAction, int ctrlDown);
     void DoAddChar(char ch);
-    int  DoKeyDown(int key, bool shift, bool ctrl, bool alt);
+    int  DoKeyDown(int key, bool shift, bool ctrl, bool alt, bool* consumed);
     void DoTick() { Tick(); }
 
     bool DoDropText(long x, long y, const wxString& data);