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

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp426 int32 numBytes = 0, rawNumBytes = 0; local
435 fKeymap.GetChars(keycode, 0, 0, &rawString, &rawNumBytes);
456 if (rawNumBytes <= 0) {
457 rawNumBytes = 1;
468 if (rawNumBytes > 0)

Completed in 24 milliseconds