// Return a string with the current date/time
WXDLLEXPORT wxString wxNow();
-// Synthesize KeyUp events holding down a key and producing
-// KeyDown events with autorepeat. On by default an always
-// on in wxMSW.
+// Don't synthesize KeyUp events holding down a key and producing
+// KeyDown events with autorepeat. On by default and always on
+// in wxMSW.
WXDLLEXPORT bool wxSetDetectableAutoRepeat( bool flag );
// ----------------------------------------------------------------------------