adding comments
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -270,6 +270,17 @@ KeyboardInputDevice::DeviceWatcher(void *arg)
|
|||||||
if (ioctl(dev->fd, kGetNextKey, &buffer) < B_OK)
|
if (ioctl(dev->fd, kGetNextKey, &buffer) < B_OK)
|
||||||
continue;
|
continue;
|
||||||
LOG("kGetNextKey : %lx%lx%lx\n", (uint32*)buffer, (uint32*)buffer+1, (uint32*)buffer+2);
|
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;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user