On Tue, Apr 3, 2012 at 11:13 AM, Anurag Priyam <[email protected]> wrote:
> So I put in `gears.debug.dump(mouse.buttons, 'buttons')` in the
> callback to mousegrabber the first thing and guess what I get each
> time after first mouse click:
>
> buttons : table: 0xb93c30
>    1 : true (boolean)
>    2 : false (boolean)
>    3 : false (boolean)
> ...

If I have not clicked the mouse even once when keygrabber is running,
the output looks like:

buttons : table: 0x8d9230
    1 : false (boolean)
    2 : false (boolean)
    3 : false (boolean)
...

All false.  But after I click once, that button come up as true all
the time (as pointed out in the previous mail).

-- 
Anurag Priyam

--
To unsubscribe, send mail to [email protected].

Reply via email to