2012/2/21 Kristian Høgsberg
> On Mon, Feb 20, 2012 at 11:56 PM, Scott Moreau wrote:
> > Implement a camera/modelview matrix for transforms to simulate camera
> movement.
> > Ideally, we would want to use +Scroll but that will have to
> wait
> > for axis events. For now we use keyboard grabs. Zoo
On Mon, Feb 20, 2012 at 11:56 PM, Scott Moreau wrote:
> Implement a camera/modelview matrix for transforms to simulate camera
> movement.
> Ideally, we would want to use +Scroll but that will have to wait
> for axis events. For now we use keyboard grabs. Zoom in/out with
> Super+Up/Down.
> Zoom
Implement a camera/modelview matrix for transforms to simulate camera movement.
Ideally, we would want to use +Scroll but that will have to wait
for axis events. For now we use keyboard grabs. Zoom in/out with Super+Up/Down.
Zoom area follows mouse pointer.
---
src/compositor.c | 41