• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

winezmouse.h

Go to the documentation of this file.
00001  /*
00002   * Scroll wheel mouse definitions
00003   *
00004   * Copyright (C) 2000 CodeWeavers
00005   *
00006   * This library is free software; you can redistribute it and/or
00007   * modify it under the terms of the GNU Lesser General Public
00008   * License as published by the Free Software Foundation; either
00009   * version 2.1 of the License, or (at your option) any later version.
00010   *
00011   * This library is distributed in the hope that it will be useful,
00012   * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014   * Lesser General Public License for more details.
00015   *
00016   * You should have received a copy of the GNU Lesser General Public
00017   * License along with this library; if not, write to the Free Software
00018   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00019   */
00020 
00021  #ifndef __WINE_ZMOUSE_H
00022  #define __WINE_ZMOUSE_H
00023 
00024  #include <wchar.h>
00025 
00026  #define MSH_MOUSEWHEEL L"MSWHEEL_ROLLMSG"
00027  #define MOUSEZ_CLASSNAME  L"MouseZ"
00028  #define MOUSEZ_TITLE      L"Magellan MSWHEEL"
00029 
00030  #define MSH_WHEELMODULE_CLASS (MOUSEZ_CLASSNAME)
00031  #define MSH_WHEELMODULE_TITLE (MOUSEZ_TITLE)
00032 
00033  #define MSH_WHEELSUPPORT L"MSH_WHEELSUPPORT_MSG"
00034 
00035  #define MSH_SCROLL_LINES L"MSH_SCROLL_LINES_MSG"
00036 
00037  #ifndef WHEEL_DELTA
00038  #define WHEEL_DELTA      120
00039  #endif
00040 
00041  #ifndef WHEEL_PAGESCROLL
00042  #define WHEEL_PAGESCROLL  (UINT_MAX)
00043  #endif
00044 
00045  #ifndef SPI_SETWHEELSCROLLLINES
00046  #define SPI_SETWHEELSCROLLLINES   105
00047  #endif
00048 
00049  #endif  /* __WINE_ZMOUSE_H */

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1