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

/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp454 int32 testLeft, testRight, left, right; local
456 testLeft = kUnset;
461 testLeft = fCurrentMap->caps_key;
466 testLeft = fCurrentMap->left_shift_key;
471 testLeft = fCurrentMap->left_control_key;
476 testLeft = fCurrentMap->left_option_key;
481 testLeft = fCurrentMap->left_command_key;
486 if (testLeft == kUnset && (testRight == kUnset || testRight == kDisabled))
530 if (left == testLeft || right == testRight) {

Completed in 72 milliseconds