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

Unified Diff: chrome/browser/android/vr_shell/vr_controller.h

Issue 2775283004: Rendering Daydream controller in a fixed position. (Closed)
Patch Set: Using textures for corresponding button states. Created 3 years, 9 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
Index: chrome/browser/android/vr_shell/vr_controller.h
diff --git a/chrome/browser/android/vr_shell/vr_controller.h b/chrome/browser/android/vr_shell/vr_controller.h
index b8b878590162ebd29b8313eefb973bea9de54e85..60e0b4b25407784d53894a65b5b2236ee335b8ce 100644
--- a/chrome/browser/android/vr_shell/vr_controller.h
+++ b/chrome/browser/android/vr_shell/vr_controller.h
@@ -59,6 +59,7 @@ class VrController {
bool ButtonUpHappened(gvr::ControllerButton button);
bool ButtonDownHappened(gvr::ControllerButton button);
+ bool ButtonState(gvr::ControllerButton button);
bool IsConnected();

Powered by Google App Engine
This is Rietveld 408576698