Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: ui/aura/test/event_generator.h

Issue 240333007: wip: Second crack at implementing the touch exploration mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a flag to disable the touch exploration mode. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | ui/aura/test/event_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/event_generator.h
diff --git a/ui/aura/test/event_generator.h b/ui/aura/test/event_generator.h
index fe71f2eb82712dcf730abc811851177268bd2aa8..7c3162a537d137a27fed6fe8cb910211c8518f85 100644
--- a/ui/aura/test/event_generator.h
+++ b/ui/aura/test/event_generator.h
@@ -188,6 +188,12 @@ class EventGenerator {
// Generates a ET_TOUCH_MOVED event to |point| with |touch_id|.
void MoveTouchId(const gfx::Point& point, int touch_id);
+ // Generates ET_TOUCH_STATIONARY event.
+ void StationaryTouch();
+
+ // Generates ET_TOUCH_STATIONARY event with |touch_id|.
+ void StationaryTouchId(int touch_id);
+
// Generates a touch release event.
void ReleaseTouch();
« no previous file with comments | « ui/aura/remote_window_tree_host_win.cc ('k') | ui/aura/test/event_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698