(svn r21982) -Add: Wheel scrolling to console.

pull/155/head
frosch 14 years ago
parent 04b68f5c81
commit 29a36abe32

@ -342,6 +342,11 @@ struct IConsoleWindow : Window
}
return ES_HANDLED;
}
virtual void OnMouseWheel(int wheel)
{
this->Scroll(-wheel);
}
};
int IConsoleWindow::scroll = 0;

Loading…
Cancel
Save