X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d134f1702e983b6588c5783b10a401e8bdb69314..942285dcfa083d114cf519d15099ce204b9895e8:/src/stc/ScintillaWX.h diff --git a/src/stc/ScintillaWX.h b/src/stc/ScintillaWX.h index b773eac3a9..fdd4f98dbd 100644 --- a/src/stc/ScintillaWX.h +++ b/src/stc/ScintillaWX.h @@ -119,6 +119,7 @@ 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 DoAddChar(char ch); int DoKeyDown(int key, bool shift, bool ctrl, bool alt); void DoTick() { Tick(); } @@ -146,6 +147,7 @@ private: wxSTCDropTarget* dropTarget; wxDragResult dragResult; + int wheelRotation; }; //----------------------------------------------------------------------