Changeset 21491 for trunk/include/win/zmouse.h
- Timestamp:
- Dec 1, 2010, 1:31:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/zmouse.h
r5647 r21491 62 62 */ 63 63 64 #define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"64 #define MSH_MOUSEWHEEL TEXT("MSWHEEL_ROLLMSG") 65 65 66 66 #define WHEEL_DELTA 120 … … 70 70 #endif 71 71 72 #define MOUSEZ_CLASSNAME "MouseZ"73 #define MOUSEZ_TITLE "Magellan MSWHEEL"72 #define MOUSEZ_CLASSNAME TEXT("MouseZ") 73 #define MOUSEZ_TITLE TEXT("Magellan MSWHEEL") 74 74 75 75 #define MSH_WHEELMODULE_CLASS (MOUSEZ_CLASSNAME) 76 76 #define MSH_WHEELMODULE_TITLE (MOUSEZ_TITLE) 77 77 78 #define MSH_WHEELSUPPORT "MSH_WHEELSUPPORT_MSG"78 #define MSH_WHEELSUPPORT TEXT("MSH_WHEELSUPPORT_MSG") 79 79 80 #define MSH_SCROLL_LINES "MSH_SCROLL_LINES_MSG"80 #define MSH_SCROLL_LINES TEXT("MSH_SCROLL_LINES_MSG") 81 81 82 #ifndef WHEEL_PAGESCROLL 82 #ifndef WHEEL_PAGESCROLL 83 83 #define WHEEL_PAGESCROLL (UINT_MAX) 84 #endif 84 #endif 85 85 86 86 #ifndef SPI_SETWHEELSCROLLLINES … … 90 90 /********************************************************************* 91 91 * INLINE FUNCTION: HwndMsWheel 92 * Purpose : Get a reference to MSWheel Window, the registered messages, 92 * Purpose : Get a reference to MSWheel Window, the registered messages, 93 93 * wheel support active setting, and number of scrollLines 94 94 * Params : PUINT puiMsh_MsgMouseWheel - address of UINT to contain returned registered wheel message … … 101 101 * on the POINT32 module. If POINT32 module is not running then 102 102 * the values returned for these parameters will be 103 * FALSE and 3, respectively. 103 * FALSE and 3, respectively. 104 104 *********************************************************************/ 105 inline HWND HwndMSWheel( 105 inline HWND HwndMSWheel( 106 106 PUINT puiMsh_MsgMouseWheel, 107 107 PUINT puiMsh_Msg3DSupport,
Note:
See TracChangeset
for help on using the changeset viewer.