doc: Event page

This commit is contained in:
Qingping Hou
2016-03-12 01:07:40 -08:00
parent c8cd1d67f5
commit 6493b643ec
2 changed files with 11 additions and 1 deletions

10
doc/Events.md Normal file
View File

@@ -0,0 +1,10 @@
Builtin Events
==============
Reader Events
-------------
* UpdatePos: emitted by typesetting related modules to notify other modules to
recalculate the view based on the new typesetting.
* PosUpdate: emitted by readerrolling module to signal a change in pos.

View File

@@ -5,7 +5,7 @@ title = 'KOReader Documentation'
dir = 'html' dir = 'html'
style = '!fixed' style = '!fixed'
use_markdown_titles = true use_markdown_titles = true
topics = {'../README.md', './Hacking.md'} topics = {'../README.md', './Hacking.md', './Events.md'}
package = '' package = ''
format = 'markdown' format = 'markdown'
sort_modules = true sort_modules = true