Add support for digits and +/- sign to wxUIActionSimulator::Text().
Support the characters needed for number entry in wxUIActionSimulator::Text() too. Closes #13671. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,8 +58,8 @@ public:
|
||||
{ return Key(keycode, modifiers, false); }
|
||||
|
||||
// Higher level methods for generating both the key press and release for a
|
||||
// single key or for all characters in the ASCII string "text" which can
|
||||
// currently contain letters only (no digits, no punctuation).
|
||||
// single key or for all characters in the ASCII string "text" which can currently
|
||||
// contain letters, digits and characters for the definition of numbers [+-., ].
|
||||
bool Char(int keycode, int modifiers = wxMOD_NONE);
|
||||
|
||||
bool Text(const char *text);
|
||||
|
Reference in New Issue
Block a user