]> git.saurik.com Git - wxWidgets.git/commit - src/common/uiactioncmn.cpp
Adding wxUIActionSimulator, a class for programmatically controlling the mouse and...
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 6 Mar 2010 20:09:23 +0000 (20:09 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 6 Mar 2010 20:09:23 +0000 (20:09 +0000)
commita02a5cfcf33bb2c0edae246c1b19e286bf86d422
tree0db5465d532215e69956da61e3ff27c135e4176b
parent917f228a1ff11c0580386828da786f2d04b29999
Adding wxUIActionSimulator, a class for programmatically controlling the mouse and keyboard.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/files.bkl
include/wx/uiaction.h [new file with mode: 0644]
interface/wx/uiaction.h [new file with mode: 0644]
samples/samples.bkl
samples/uiaction/uiaction.bkl [new file with mode: 0644]
samples/uiaction/uiaction.cpp [new file with mode: 0644]
src/common/uiactioncmn.cpp [new file with mode: 0644]
src/msw/uiaction.cpp [new file with mode: 0644]
src/osx/uiaction_osx.cpp [new file with mode: 0644]
src/unix/uiactionx11.cpp [new file with mode: 0644]