Searched refs:rawKeyInfo (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/consoled/
H A Dconsoled.cpp108 raw_key_info rawKeyInfo; local
109 if (ioctl(keyboard->device, KB_READ, &rawKeyInfo,
110 sizeof(rawKeyInfo)) != 0)
113 uint32 keycode = rawKeyInfo.keycode;
114 bool isKeyDown = rawKeyInfo.is_keydown;

Completed in 76 milliseconds