diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-09 20:44:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-09 20:44:07 -0400 |
| commit | 8259e6d1f849704bce9c47d86c0fd429a1db2367 (patch) | |
| tree | cfd58a30b03cb737dcb1dec1d3be40f4d09ac329 /test/kbtest.go | |
| parent | a2edde63c2b09c6d794cb139d2370595e6cdab69 (diff) | |
Added a test for the extremities of the Area's actual drawing area to make sure all pixels are shown on all platforms. That seems to be the case right now... Also more TODOs.
Diffstat (limited to 'test/kbtest.go')
| -rw-r--r-- | test/kbtest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kbtest.go b/test/kbtest.go index 8b36c4e..70ed1d7 100644 --- a/test/kbtest.go +++ b/test/kbtest.go @@ -73,7 +73,7 @@ func (a *keyboardArea) Key(e KeyEvent) (handled bool, repaint bool) { return true, true } -var doKeyboard = flag.Bool("kb", false, "run keyboard test") +var doKeyboard = flag.Bool("kb", false, "run keyboard test (overrides -areabounds)") func kbTest() { wid, ht, ah := mkkbArea() a := NewArea(wid, ht, ah) |
