Home
last modified time | relevance | path

Searched refs:cursorEntry (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DComponentGrid.cpp226 const GridEntry* cursorEntry = getCellAt(mCursor); in input() local
227 if(cursorEntry && cursorEntry->component->input(config, input)) in input()
286 const GridEntry* cursorEntry; in moveCursor() local
291 cursorEntry = getCellAt(mCursor); in moveCursor()
292 if(cursorEntry && cursorEntry->canFocus && cursorEntry != currentCursorEntry) in moveCursor()
306 cursorEntry = getCellAt(mCursor); in moveCursor()
307 if(cursorEntry && cursorEntry->canFocus && cursorEntry != currentCursorEntry) in moveCursor()
327 if(cursorEntry) in onFocusLost()
328 cursorEntry->component->onFocusLost(); in onFocusLost()
334 if(cursorEntry) in onFocusGained()
[all …]