Changeset 1005 for trunk/src/user32/win32wbase.h
- Timestamp:
- Sep 22, 1999, 10:58:36 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1000 r1005 1 /* $Id: win32wbase.h,v 1. 3 1999-09-21 17:05:36 dengertExp $ */1 /* $Id: win32wbase.h,v 1.4 1999-09-22 08:58:36 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 51 51 #define WM_WIN32_POSTMESSAGEW 0x4001 52 52 53 class Win32BaseWindow : public GenericObject, p rotectedChildWindow53 class Win32BaseWindow : public GenericObject, public ChildWindow 54 54 { 55 55 public: … … 78 78 ULONG MsgSysCommand(ULONG win32sc, ULONG x, ULONG y); 79 79 ULONG MsgChar(ULONG cmd, ULONG repeatcnt, ULONG scancode, ULONG vkey, ULONG keyflags); 80 ULONG MsgKeyUp (ULONG repeatCount, ULONG scancode, ULONG virtualKey); 81 ULONG MsgKeyDown (ULONG repeatCount, ULONG scancode, ULONG virtualKey, BOOL keyWasPressed); 82 ULONG MsgSysKeyUp (ULONG repeatCount, ULONG scancode, ULONG virtualKey); 83 ULONG MsgSysKeyDown (ULONG repeatCount, ULONG scancode, ULONG virtualKey, BOOL keyWasPressed); 80 84 ULONG MsgButton(ULONG msg, ULONG ncx, ULONG ncy, ULONG clx, ULONG cly); 81 85 ULONG MsgMouseMove(ULONG keystate, ULONG x, ULONG y);
Note:
See TracChangeset
for help on using the changeset viewer.