MouseEvent.this - multiple declarations

Function MouseEvent.this

copy constructor

Prototype

this(
  MouseEvent e
);

Function MouseEvent.this

construct mouse event from data

Prototype

this(
  MouseAction a,
  MouseButton b,
  ushort f,
  short x,
  short y,
  short wheelDelta = cast(short)0
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0