Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenzmouse.h
Go to the documentation of this file.
00001 /* 00002 zmouse.h - Header for IntelliMouse. 00003 00004 This file is part of a free library for the Win32 API. 00005 00006 This library is distributed in the hope that it will be useful, 00007 but WITHOUT ANY WARRANTY; without even the implied warranty of 00008 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00009 00010 FIXME: This file is obviously horribly incomplete! 00011 00012 */ 00013 00014 #ifndef _ZMOUSE_H 00015 #define _ZMOUSE_H 00016 00017 #ifndef WM_MOUSEWHEEL 00018 # define WM_MOUSEWHEEL (WM_MOUSELAST + 1) 00019 #endif 00020 00021 #ifndef WHEEL_DELTA 00022 # define WHEEL_DELTA 120 00023 #endif 00024 00025 #ifndef WHEEL_PAGESCROLL 00026 # define WHEEL_PAGESCROLL UINT_MAX 00027 #endif 00028 00029 #ifndef SPI_SETWHEELSCROLLLINES 00030 # define SPI_SETWHEELSCROLLLINES 105 00031 #endif 00032 00033 #endif /* _ZMOUSE_H */ Generated on Sat May 26 2012 04:31:53 for ReactOS by
1.7.6.1
|