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:
parent
d910fe28f4
commit
8175d02570
@ -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_ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user