Actions WIN Interface

This feature is deprecated.  Use of this feature in new projects is discouraged.

The WIN interface exposes limited ability to recieve Windows messages.  Future interaction with the Windows API should be done with an external C Module, but as of yet no module is included with XLua.

Enable

Enables the WIN Interface, which allows lua code to intercept Windows messages. Related functions are stored in the global win table.

Parameters

None.

Reset Exports

Removes all previously-defined message bindings.

Parameters

None.

Copyright 2010 Justin Aquadro