Variable InputEventMouse.buttons

One of or a bitwise combination of MouseButtons that are down.

class InputEventMouse
{
  // ...
  int buttons = 0;
  // ...
}