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

Side by Side Diff: views/touchui/touch_event_dispatcher_gtk.h

Issue 3801011: touchui: Directly process key and mouse events. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nit Created 10 years, 2 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 unified diff | Download patch
« no previous file with comments | « views/focus/accelerator_handler_touch.cc ('k') | views/touchui/touch_event_dispatcher_gtk.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef VIEWS_TOUCHUI_TOUCH_EVENT_DISPATCHER_GTK_H_
6 #define VIEWS_TOUCHUI_TOUCH_EVENT_DISPATCHER_GTK_H_
7
8 namespace views {
9
10 // Dispatches a GdkEvent to the appropriate RootView.
11 // Returns true if the function dispatched (handled) the event.
12 // Returns false if the caller should dispatch the event.
13 // FYI: That would typically be done with gtk_main_do_event(event)
14 bool DispatchEventForTouchUIGtk(GdkEvent* gdk_event);
15
16 } // namespace views
17
18 #endif // VIEWS_TOUCHUI_TOUCH_EVENT_DISPATCHER_GTK_H_
OLDNEW
« no previous file with comments | « views/focus/accelerator_handler_touch.cc ('k') | views/touchui/touch_event_dispatcher_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698