Variable InputEventMouse.lastButtons

One of or a bitwise combination of MouseButtons that were just down.

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