The SDK distrib now include a user's manual (also available in the download section of the site).
This manual explain the SDK architecture and the modules examples.
See modules examples sources to see how to implement the new GetBrowserInfo function.
improvements
- added onMouseWheel callback to receive infos about the mouse wheel
- added GetBrowserInfo global function to optimize the browser info collect about user's modules
- added UserModuleBase::MODULE_NAME, UserModuleBase::MODULE_DESC and UserModuleBase::MODULE_VERSION to be used in GetBrowserInfo and onGetModuleInfo

