Forgot the timestamp for non at devices
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -623,6 +623,7 @@ KeyboardInputDevice::DeviceWatcher(void *arg)
|
|||||||
} else {
|
} else {
|
||||||
raw_key_info *raw_kbd = (raw_key_info *)buffer;
|
raw_key_info *raw_kbd = (raw_key_info *)buffer;
|
||||||
is_keydown = raw_kbd->is_keydown;
|
is_keydown = raw_kbd->is_keydown;
|
||||||
|
timestamp = raw_kbd->timestamp;
|
||||||
keycode = raw_kbd->be_keycode;
|
keycode = raw_kbd->be_keycode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user