diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-04 10:31:19 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-04 10:31:19 -0700 |
commit | 7e23f02f89ceebddaf55fa2c31621a18fe63ff98 (patch) | |
tree | 5de7f6c9145761a63f35b2020dedff342ce9c7ce /cannot_write_tests_for | |
parent | b94f150a57f7f3143f64e85f9ebc42f44376c4b5 (diff) | |
download | mu-7e23f02f89ceebddaf55fa2c31621a18fe63ff98.tar.gz |
2140 - refresh screen after falling behind
This bit of code is complex enough now that I'm bothered I can't write tests for has-more-events?
Diffstat (limited to 'cannot_write_tests_for')
-rw-r--r-- | cannot_write_tests_for | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cannot_write_tests_for b/cannot_write_tests_for new file mode 100644 index 00000000..a77ef91b --- /dev/null +++ b/cannot_write_tests_for @@ -0,0 +1,5 @@ +1. screen background color +2. has-more-events? +3. hide/show screen +4. more touch event types +5. sandbox isolation |