mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Improve reader gesture. Close #185
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user