wxWidgets/include/wx/osx/iphone
Vadim Zeitlin 842dd1cfd9 Add wxWindow::EnableTouchEvents()
Don't request touch event generation for all windows by default, this
has an inherent overhead and is not needed for 99% of the application
windows, so require calling EnableTouchEvents() explicitly to do it
instead.

Note that this requires properly initializing gesture recognizers in
wxOSX now that they're not always allocated, otherwise releasing them
when destroying the window would crash.
2017-11-22 02:24:24 +01:00
..
private Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
chkconf.h wxSecretStore is not implemented on iOS 2017-06-23 11:04:26 +02:00
private.h Add wxWindow::EnableTouchEvents() 2017-11-22 02:24:24 +01:00