Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Charts/Navigation/WindowsMessages.cs @ 12503

Last change on this file since 12503 was 12503, checked in by aballeit, 9 years ago

#2283 added GUI and charts; fixed MCTS

File size: 164 bytes
Line 
1
2namespace Microsoft.Research.DynamicDataDisplay.Navigation
3{
4  internal static class WindowsMessages  {
5    internal static int WM_MOUSEWHEEL = 0x20A;
6  }
7}
Note: See TracBrowser for help on using the repository browser.