Dismiss wxSplashScreen on any user input, not necessarily on splash itself.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:55 +0000 (13:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:55 +0000 (13:18 +0000)
commit6e043ba9468b679e579699bc6d26cd84441850da
treea4bc7044f8aa4e9f066c15072f7317feb4fc3567
parent7650eed4090a415394aae2ecbffaf09eae997086
Dismiss wxSplashScreen on any user input, not necessarily on splash itself.

Use wxEventFilter to remove the splash screen as soon as any user input is
detected anywhere in the application, not necessarily over the splash screen
itself.

This ensures that the splash screen disappears as soon as the user starts
working with the application instead of sticking around and covering the main
window.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/splash.h
src/generic/splash.cpp