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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1492 const char* whatStr = argv[2]; local
1493 if ((whatStr[0] == '\'')
1494 && (strlen(whatStr) == 6)
1495 && (whatStr[5] == '\'')) {
1502 fSendMessage.what += ((uint32)(whatStr[4 - i]))* mult;
1505 } else if (strncmp(whatStr, "0x", 2) == 0)
1507 fSendMessage.what = strtoul(&whatStr[2], NULL, 16);
1509 fSendMessage.what = atoi(whatStr);

Completed in 81 milliseconds