Improve reader gesture. Close #185

This commit is contained in:
2025-02-11 18:51:27 +08:00
parent c7d72347a9
commit f4804faf52
3 changed files with 50 additions and 3 deletions

View File

@@ -430,4 +430,7 @@ abstract interface class _ImageViewController {
void handleLongPressUp(Offset location);
void handleKeyEvent(KeyEvent event);
/// Returns true if the event is handled.
bool handleOnTap(Offset location);
}