2016-04-04 08:16:32 +00:00
|
|
|
# Pop Module (dev)
|
|
|
|
|
|
|
|
(This document focuses on the structure and code of Pop.Box, not how to use it.
|
|
|
|
See the [regular documentation][1] for that.)
|
|
|
|
|
|
|
|
TODO: Write me.
|
|
|
|
|
2016-04-17 06:57:21 +00:00
|
|
|
## Notes
|
|
|
|
|
|
|
|
- `pop.mousereleased()` Handling a click maybe should *not* check bounds.
|
|
|
|
Handling a mouse release should maybe *not* check for `excludeDraw`. If an
|
|
|
|
element was already selected and then went invisible, I'm probably breaking
|
2016-04-17 07:29:27 +00:00
|
|
|
things worse by doing this. This has been changed.
|
2016-04-17 06:57:21 +00:00
|
|
|
|
2016-04-04 08:16:32 +00:00
|
|
|
[1]: ../Pop.md
|