wxWidgets/tests/events
Vadim Zeitlin 042ddf5def Add a simple test for keyboard events generation.
Check that the events generated by wxUIActionSimulator result in the same
wxKeyEvents being generated under all platforms. This is not the same as
checking the event generation for the actual keys pressed by the user as there
are some small differences between the two but better than nothing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-09-11 10:18:31 +00:00
..
clone.cpp this one should really work 2009-03-23 11:01:33 +00:00
evthandler.cpp fix errors in EvtHandlerTestCase::BindFunctor() in optimized build: apparently compiler is smart enough to detect that the same object can be used for all temporaries 2009-05-17 10:56:14 +00:00
evtsource.cpp Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
keyboard.cpp Add a simple test for keyboard events generation. 2010-09-11 10:18:31 +00:00
propagation.cpp paint events cannot be constructed outside a native redraw in OSX 2010-06-22 13:48:17 +00:00
stopwatch.cpp Merge the new GUI tests from SOC2010_GUI_TEST branch. 2010-08-22 22:16:05 +00:00
timertest.cpp remove TestTimer() (adds nothing to existing tests) and move wxStopWatch tests to a new CppUnit test. 2010-05-16 15:44:17 +00:00