source:
branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Charts/Navigation/WindowsMessages.cs
@
13398
Last change on this file since 13398 was 12503, checked in by aballeit, 10 years ago | |
---|---|
File size: 164 bytes |
Line | |
---|---|
1 | |
2 | namespace 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.