Lines Matching refs:Key

224 		case awt::Key::DOWN:  in onKeyInput()
225 case awt::Key::UP: in onKeyInput()
226 case awt::Key::LEFT: in onKeyInput()
227 case awt::Key::RIGHT: in onKeyInput()
228 case awt::Key::TAB: in onKeyInput()
229 case awt::Key::HOME: in onKeyInput()
230 case awt::Key::END: in onKeyInput()
231 case awt::Key::NUM2: in onKeyInput()
232 case awt::Key::NUM4: in onKeyInput()
233 case awt::Key::NUM6: in onKeyInput()
234 case awt::Key::NUM8: in onKeyInput()
235 case awt::Key::ESCAPE: in onKeyInput()
236 case awt::Key::F2: in onKeyInput()
1242 case awt::Key::ESCAPE: // handle escape in getKeyboardAction()
1256 case awt::Key::RETURN: // handle return in getKeyboardAction()
1266 case awt::Key::F2: // f2 toggles text edit in getKeyboardAction()
1289 case awt::Key::HOME: in getKeyboardAction()
1290 case awt::Key::NUM7: in getKeyboardAction()
1307 case awt::Key::END: in getKeyboardAction()
1308 case awt::Key::NUM1: in getKeyboardAction()
1326 case awt::Key::TAB: in getKeyboardAction()
1333 case awt::Key::UP: in getKeyboardAction()
1334 case awt::Key::NUM8: in getKeyboardAction()
1335 case awt::Key::DOWN: in getKeyboardAction()
1336 case awt::Key::NUM2: in getKeyboardAction()
1337 case awt::Key::LEFT: in getKeyboardAction()
1338 case awt::Key::NUM4: in getKeyboardAction()
1339 case awt::Key::RIGHT: in getKeyboardAction()
1340 case awt::Key::NUM6: in getKeyboardAction()
1346 if( (nCode == awt::Key::UP) || (nCode == awt::Key::NUM8) ) in getKeyboardAction()
1350 else if( (nCode == awt::Key::DOWN) || (nCode == awt::Key::NUM2) ) in getKeyboardAction()
1379 case awt::Key::LEFT: in getKeyboardAction()
1380 case awt::Key::NUM4: in getKeyboardAction()
1383 case awt::Key::RIGHT: in getKeyboardAction()
1384 case awt::Key::NUM6: in getKeyboardAction()
1387 case awt::Key::DOWN: in getKeyboardAction()
1388 case awt::Key::NUM2: in getKeyboardAction()
1391 case awt::Key::UP: in getKeyboardAction()
1392 case awt::Key::NUM8: in getKeyboardAction()
1399 case awt::Key::PAGEUP: in getKeyboardAction()
1404 case awt::Key::PAGEDOWN: in getKeyboardAction()