GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow

This commit is contained in:
Eugene Sandulenko 2017-08-03 09:03:09 +02:00
parent 20734108e3
commit c25a26d11c
4 changed files with 73 additions and 0 deletions

View file

@ -445,4 +445,8 @@ void MacText::removeLastLine() {
_textMaxHeight -= h;
}
void MacText::getRowCol(int x, int y, int *col, int *row) {
warning("getRowCol(%d, %d, ...)", x, y);
}
} // End of namespace Graphics