Added wxSYS_TABLET_PRESENT to check for tablet capability
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -96,6 +96,27 @@
|
||||
#define VK_OEM_PERIOD 0xBE
|
||||
#endif
|
||||
|
||||
#ifndef SM_TABLETPC
|
||||
#define SM_TABLETPC 86
|
||||
#endif
|
||||
|
||||
#ifndef INKEDIT_CLASS
|
||||
# define INKEDIT_CLASSW L"INKEDIT"
|
||||
# ifdef UNICODE
|
||||
# define INKEDIT_CLASS INKEDIT_CLASSW
|
||||
# else
|
||||
# define INKEDIT_CLASS "INKEDIT"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef EM_SETINKINSERTMODE
|
||||
# define EM_SETINKINSERTMODE (WM_USER + 0x0204)
|
||||
#endif
|
||||
|
||||
#ifndef EM_SETUSEMOUSEFORINPUT
|
||||
#define EM_SETUSEMOUSEFORINPUT (WM_USER + 0x224)
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// ListView common control
|
||||
// Needed by listctrl.cpp
|
||||
|
Reference in New Issue
Block a user