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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DKeyMap.cxx66 {SCK_DOWN, SCI_NORM, SCI_LINEDOWN},
67 {SCK_DOWN, SCI_SHIFT, SCI_LINEDOWNEXTEND},
68 {SCK_DOWN, SCI_CTRL, SCI_LINESCROLLDOWN},
69 {SCK_DOWN, SCI_ASHIFT, SCI_LINEDOWNRECTEXTEND},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DScintilla.h654 #define SCK_DOWN 300 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp957 case WXK_DOWN: key = SCK_DOWN; break;
965 case WXK_NUMPAD_DOWN: key = SCK_DOWN; break;

Completed in 113 milliseconds