public Phase(LuminanceTest test, GraphicsDevice device, ToneMapComponent toneMap) { batch = new SpriteBatch(device); this.toneMap = toneMap; test.UI.Root.Gestures.Bind((g, t, d) => { drawScene = !drawScene; }, new KeyPressed(Keys.Space)); }