OK guys, I'm still pretty new with programming anything other than bash scripts so i've come up against something I can't figure out...
I've got the mouse X and Y displaying on a 4bit LCD just fine, and what appears to be a binary number being displayed in decimal, this number when I left click gets +1, right click +2 and of course both is +3, when the mouse if moved the number goes up, i assume this is related to the X and Y
The problem I have is going from that number to having a boolean variable per button.
The majority of my program is just the same as the one on the PS2 library page Arduino Playground - Ps2mouse just with it outputting to the LCD instead of serial
I've searched around, but I'm guessing I'm not looking for the right things as I'm sure the info must be around somewhere
And help, pointers etc. would be great