#include <odin.h>
#include <odinwrap.h>
#include <os2sel.h>
#include <os2win.h>
#include <misc.h>
#include "win32wbase.h"
#include <winuser32.h>
#include <winuser.h>
#include <win\mouse.h>
#include "winmouse.h"
#include "oslibmsg.h"
#include "pmwindow.h"
#include "oslibwin.h"
#include "dbglocal.h"
Include dependency graph for winmouse.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_winmouse |
Functions | |
void WINAPI | MOUSE_Enable (LPMOUSE_EVENT_PROC lpMouseEventProc) |
void WINAPI | KEYBOARD_Enable (WNDPROC handler) |
BOOL | DInputKeyBoardHandler (MSG *msg) |
BOOL | DInputMouseHandler (HWND hwnd, ULONG msg, ULONG x, ULONG y) |
HWND WINAPI | GetCapture (void) |
HWND WINAPI | SetCapture (HWND hwnd) |
BOOL WINAPI | ReleaseCapture (void) |
UINT WINAPI | GetDoubleClickTime (void) |
BOOL WINAPI | SetDoubleClickTime (UINT uInterval) |
BOOL _System | __SwapMouseButton (BOOL swapFlag) |
BOOL | _SwapMouseButton (BOOL swapFlag) |
BOOL WINAPI | SwapMouseButton (BOOL fSwap) |
void WINAPI | mouse_event (DWORD dwFlags, DWORD dx, DWORD dy, DWORD cButtons, DWORD dwExtraInfo) |
DWORD WINAPI | TrackMouseEvent (DWORD param1) |
UINT WINAPI | SendInput (UINT nInputs, LPINPUT pInputs, int chSize) |
BOOL WINAPI | DragDetect (HWND hwnd, POINT pt) |
Variables | |
LPMOUSE_EVENT_PROC | mouseHandler = NULL |
WNDPROC | keyboardHandler = NULL |
HWND | hwndWin32Capture = 0 |
|
Definition at line 30 of file winmouse.cpp. |
|
Definition at line 48 of file winmouse.cpp. |
|
Definition at line 58 of file winmouse.cpp. |
|
Definition at line 64 of file winmouse.cpp. |
|
Definition at line 73 of file winmouse.cpp. |
|
Definition at line 131 of file winmouse.cpp. Referenced by BUTTON_MouseMove(), BUTTON_SetFocus(), CBDropDown(), KBD_translate_accelerator(), LISTBOX_HandleLButtonDownCombo(), LISTBOX_HandleLButtonUp(), LISTBOX_HandleMouseMove(), OS2ToWinMsgTranslate(), ReleaseCapture(), SCROLL_DrawScrollBar(), SetCapture(), and SetMenu().
|
|
Definition at line 141 of file winmouse.cpp. Referenced by BUTTON_LButtonDown(), CBDropDown(), COMBO_LButtonDown(), COMBO_LButtonUp(), EDIT_WM_LButtonDown(), LISTBOX_HandleLButtonDown(), LISTBOX_HandleLButtonDownCombo(), MENU_DoNextMenu(), MENU_TrackMenu(), and SCROLL_HandleScrollEvent().
|
|
Definition at line 177 of file winmouse.cpp. Referenced by BUTTON_LButtonUp(), BUTTON_SysKeyUp(), COMBO_LButtonDown(), COMBO_MouseMove(), EDIT_WM_LButtonUp(), LISTBOX_HandleLButtonDownCombo(), LISTBOX_HandleLButtonUp(), MENU_DoNextMenu(), MENU_TrackMenu(), SCROLL_HandleScrollEvent(), SetCapture(), and SetMenu().
|
|
Definition at line 196 of file winmouse.cpp. Referenced by OS2ToWinMsgTranslate().
|
|
Definition at line 207 of file winmouse.cpp. |
|
Referenced by _SwapMouseButton().
|
|
Definition at line 223 of file winmouse.cpp. Referenced by SwapMouseButton().
|
|
Definition at line 236 of file winmouse.cpp. |
|
Definition at line 262 of file winmouse.cpp. |
|
Definition at line 280 of file winmouse.cpp. |
|
Definition at line 306 of file winmouse.cpp. Referenced by keybd_event(), and mouse_event().
|
|
Definition at line 431 of file winmouse.cpp. Referenced by LISTBOX_HandleLButtonDown().
|
|
Definition at line 41 of file winmouse.cpp. |
|
Definition at line 42 of file winmouse.cpp. |
|
Definition at line 129 of file winmouse.cpp. |