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

/haiku/headers/os/interface/
H A DTextView.h293 void _HandleArrowKey(uint32 arrowKey,
/haiku/src/kits/interface/
H A DTextView.cpp3317 BTextView::_HandleArrowKey(uint32 arrowKey, int32 modifiers) argument
3341 switch (arrowKey) {
/haiku/src/kits/tracker/
H A DPoseView.cpp6971 BPoseView::FindNearbyPose(char arrowKey, int32* poseIndex) argument
6980 switch (arrowKey) {
6986 if (poseToSelect == NULL && arrowKey == B_LEFT_ARROW) {
7001 if (poseToSelect == NULL && arrowKey == B_RIGHT_ARROW) {
7055 switch (arrowKey) {

Completed in 80 milliseconds