diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-20 01:37:18 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-20 01:37:18 -0500 |
| commit | 58361d86bffff01e730001d6d8d182658534be9c (patch) | |
| tree | 48742a39480f5e61838fa551b2c401a1fcf97c19 /areahandler.go | |
| parent | aac851c4be6f03f480c94d6c4b0c478cdd6cc700 (diff) | |
More TODOs.
Diffstat (limited to 'areahandler.go')
| -rw-r--r-- | areahandler.go | 2 |
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 |
