summaryrefslogtreecommitdiff
path: root/areahandler.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-20 01:37:18 -0500
committerPietro Gagliardi <[email protected]>2015-12-20 01:37:18 -0500
commit58361d86bffff01e730001d6d8d182658534be9c (patch)
tree48742a39480f5e61838fa551b2c401a1fcf97c19 /areahandler.go
parentaac851c4be6f03f480c94d6c4b0c478cdd6cc700 (diff)
More TODOs.
Diffstat (limited to 'areahandler.go')
-rw-r--r--areahandler.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/areahandler.go b/areahandler.go
index a1ae0bb..81bfc5b 100644
--- a/areahandler.go
+++ b/areahandler.go
@@ -173,6 +173,8 @@ func doAreaHandlerDraw(uah *C.uiAreaHandler, ua *C.uiArea, udp *C.uiAreaDrawPara
}
// TODO document all these
+//
+// TODO note that in the case of a drag, X and Y can be out of bounds, or in the event of a scrolling area, in places that are not visible
type AreaMouseEvent struct {
X float64
Y float64