Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Ddocument.h169 APPFUNCV(cmdDocumentUp);
H A Ddocument.cpp253 cmdDocumentUp(ev); in keyStroke()
312 if (pos.y < _extent.height / 2) cmdDocumentUp(ev); //gotoPage( currentPage - app.numPages ); in pointerHit()
898 APPFUNCV(CDocument::cmdDocumentUp) { in APPFUNCV() argument