From 8259e6d1f849704bce9c47d86c0fd429a1db2367 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 9 Apr 2014 20:44:07 -0400 Subject: 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. --- test/kbtest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/kbtest.go') 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) -- cgit v1.2.3