We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c429c commit 405368cCopy full SHA for 405368c
1 file changed
klib/hardware/touch/touch.hpp
@@ -83,7 +83,7 @@ namespace klib::hardware::touch {
83
static uint32_t active() {
84
uint32_t m = 0;
85
86
- // unpress all the touch points
+ // get all the active touch points
87
for (uint8_t i = 0; i < Points; i++) {
88
if (data[i].pressed) {
89
m |= (0x1 << i);
0 commit comments