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:
@@ -134,6 +134,14 @@
|
|||||||
#endif
|
#endif
|
||||||
#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
|
#endif
|
||||||
/* _WX_MSW_CHKCONF_H_ */
|
/* _WX_MSW_CHKCONF_H_ */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user