Searched refs:bKeyPressed (Results 1 – 5 of 5) sorted by relevance
102 boolean bKeyPressed = keyWaiter.isDone(); in waitForUserInput()103 if ( !bKeyPressed ) in waitForUserInput()106 return bKeyPressed; in waitForUserInput()
132 boolean bKeyPressed = aWait.isDone(); in waitForUserInput()133 if ( !bKeyPressed ) in waitForUserInput()136 return bKeyPressed; in waitForUserInput()
175 boolean bKeyPressed = aWait.isDone(); in waitForUserInput()176 if ( !bKeyPressed ) in waitForUserInput()179 return bKeyPressed; in waitForUserInput()
202 boolean bKeyPressed = aWait.isDone(); in waitForUserInput()203 if ( !bKeyPressed ) in waitForUserInput()206 return bKeyPressed; in waitForUserInput()
3577 const bool bKeyPressed = ( _nEventId == VCLEVENT_WINDOW_KEYINPUT ); in onWindowEvent() local3579 …m_aKeyListeners.notifyEach( bKeyPressed ? &awt::XKeyListener::keyPressed: &awt::XKeyListener::keyR… in onWindowEvent()
Completed in 47 milliseconds