MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future.....

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-01-07 18:27:43 +00:00
parent d910fe28f4
commit 8175d02570

View File

@ -134,6 +134,14 @@
#endif
#endif
/* Disable controls for pointing devices */
#if defined(__SMARTPHONE__)
#undef wxUSE_NOTEBOOK
#undef wxUSE_LISTBOOK
#define wxUSE_NOTEBOOK 0
#define wxUSE_LISTBOOK 0
#endif
#endif
/* _WX_MSW_CHKCONF_H_ */