mobile/event
Tobias Klauser ca3c58166e all: use "reports whether" in godoc comments
Go documentation style for boolean funcs is to say:

    // Foo reports whether ...
    func Foo() bool

rather than "returns true if" or "returns whether".

Change-Id: I5d01c45a8867b47462ed142a49ad51bf0a319ce1
Reviewed-on: https://go-review.googlesource.com/c/151957
Reviewed-by: Elias Naur <elias.naur@gmail.com>
2018-11-30 13:31:20 +00:00
..
key event/key: add Compose key 2016-07-21 02:17:49 +00:00
lifecycle all: use "reports whether" in godoc comments 2018-11-30 13:31:20 +00:00
mouse all: use "reports whether" in godoc comments 2018-11-30 13:31:20 +00:00
paint event/paint: mark paint events sent by the system 2015-10-07 19:41:52 +00:00
size event/size: document size pt approximation 2016-08-04 01:15:58 +00:00
touch event/{mouse,touch}: work in float32 pixels, not geom.Pt. 2015-08-04 07:35:09 +00:00