ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

zmouse.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.