mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-03 11:41:06 +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
|
parts of the screen that have changed so you don't need to worry about
|
||||||
this.
|
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
|
appHandleEvent: Handling Events
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user