mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
doc: Event page
This commit is contained in:
10
doc/Events.md
Normal file
10
doc/Events.md
Normal 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.
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user