mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-02 11:05:10 +03:00
docs: mention core module
This commit is contained in:
parent
2ae547a42a
commit
476f8412a8
@ -163,6 +163,13 @@ returns a specification of how to draw the entire screen, the underlying
|
||||
parts of the screen that have changed so you don't need to worry about
|
||||
this.
|
||||
|
||||
Where do I find drawing functions?
|
||||
**********************************
|
||||
|
||||
The most important module providing drawing functions is
|
||||
``Brick.Widgets.Core``. Beyond that, any module in the ``Brick.Widgets``
|
||||
namespace provides specific kinds of functionality.
|
||||
|
||||
appHandleEvent: Handling Events
|
||||
-------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user