Added C binding for key synthesis, and a new test/demo program
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Sun, 11 Nov 2001 00:28:07 +0000 (00:28 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Sun, 11 Nov 2001 00:28:07 +0000 (00:28 +0000)
commite30f7b7a51a42a19765deedc3de17f489fca1d48
tree5b139e1ffeaf2f4026dee79476bc2acf4ec5e7fc
parent336746297d374424847b92b8109cd43d00dde230
Added C binding for key synthesis, and a new test/demo program
that creates a simple onscreen keyboard (mouse-operated) and
injects events into the currently focussed window.
Added support for several types of key synthesis: KEY_PRESS,
KEY_RELEASE, KEY_PRESSRELEASE (pair), KEY_SYM (pair).

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@84 e2bd861d-eb25-0410-b326-f6ed22b6b98c
ChangeLog
configure.in
cspi/spi.h
cspi/spi_registry.c
idl/Accessibility_Registry.idl
idl/Registry.idl
libspi/deviceeventcontroller.c
registryd/deviceeventcontroller.c
test/Makefile.am
test/keysynth-demo.c [new file with mode: 0644]