// Name: uiaction.h
// Purpose: interface of wxUIActionSimulator
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
y start coordinate, in screen coordinates.
@param x2
- x desintation coordinate, in screen coordinates.
+ x destination coordinate, in screen coordinates.
@param y2
y destination coordinate, in screen coordinates.
/**
Emulate typing in the keys representing the given string.
- Currently only the ASCII letters (i.e. characters @c a-z and @c A-Z)
+ Currently only the ASCII letters, digits and characters for the definition
+ of numbers (i.e. characters @c a-z @c A-Z @c 0-9 @c + @c - @c . @c , @c 'space')
are supported.
@param text