INACTIVE - Native event generation for Firefox and Thunderbird
Перейти к файлу
Clint Talbert d6bcd104af Switching to scons buildsystem 2011-04-13 15:54:21 -07:00
linux Switching to scons buildsystem 2011-04-13 15:54:21 -07:00
Makefile Refactor directory structure and add keypress events 2011-04-13 12:03:36 -07:00
README.txt Switching to scons buildsystem 2011-04-13 15:54:21 -07:00
SConstruct Switching to scons buildsystem 2011-04-13 15:54:21 -07:00
native_events.c Refactor directory structure and add keypress events 2011-04-13 12:03:36 -07:00
native_events.h Refactor directory structure and add keypress events 2011-04-13 12:03:36 -07:00

README.txt

This is a little native events c library that can be called from JS using
JS ctypes.  In order to build the library, you need to install
scons: http://www.scons.org/doc/production/HTML/scons-user.html#chap-build-install

Then, in this directory type:
scons

This is obviously, still under construction.  More info to come.