Home
last modified time | relevance | path

Searched refs:keyToScancode (Results 1 – 2 of 2) sorted by relevance

/openbmc/obmc-ikvm/
H A Dikvm_input.hpp100 static uint8_t keyToScancode(rfbKeySym key);
H A Dikvm_input.cpp173 uint8_t sc = keyToScancode(key); in keyEvent()
327 uint8_t Input::keyToScancode(rfbKeySym key) in keyToScancode() function in ikvm::Input