Variable MouseEvent.buttons

A mask of Button

struct MouseEvent
{
  // ...
  uint buttons ;
  // ...
}