mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CtrlLib, ide: Horizontal scrool wheel support in LineEdit, TreeCtrl, ide IconDes, LayDes and DiffCtrl
This commit is contained in:
parent
6381a3a3f4
commit
4580ca77db
14 changed files with 60 additions and 21 deletions
|
|
@ -161,6 +161,11 @@ struct App : TopWindow {
|
|||
Log(Format("MouseWheel(Point(%d, %d), %d, %x)", p.x, p.y, zdelta, (int)keyflags));
|
||||
}
|
||||
|
||||
virtual void MouseWheelH(Point p, int zdelta, dword keyflags)
|
||||
{
|
||||
Log(Format("MouseWheelH(Point(%d, %d), %d, %x)", p.x, p.y, zdelta, (int)keyflags));
|
||||
}
|
||||
|
||||
virtual void MouseLeave()
|
||||
{
|
||||
Log("MouseLeave");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue