adding comments

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-09-07 00:33:55 +00:00
parent da4ca8a49e
commit 7072c960f8
@@ -270,6 +270,17 @@ KeyboardInputDevice::DeviceWatcher(void *arg)
if (ioctl(dev->fd, kGetNextKey, &buffer) < B_OK)
continue;
LOG("kGetNextKey : %lx%lx%lx\n", (uint32*)buffer, (uint32*)buffer+1, (uint32*)buffer+2);
// be:key_repeat
// be:old_modifiers
// when
// raw_char
// key
// modifiers
// states
// byte
// bytes
}
return 0;