Class tmouseevent

Unit

Declaration

type tmouseevent = class(twindowevent)

Description

No description available, ancestor twindowevent description follows
No description available, ancestor tmseevent description follows
No description available, ancestor tnullinterfacedobject description follows

Hierarchy

Overview

Fields

Public fpos: pointty;
Public fbutton: mousebuttonty;
Public fwheel: mousewheelty;
Public fshiftstate: shiftstatesty;
Public freflected: boolean;

Methods

Public constructor create(const winid: winidty; const release: boolean; const button: mousebuttonty; const wheel: mousewheelty; const pos: pointty; const shiftstate: shiftstatesty; atimestamp: longword; const reflected: boolean = false);

Properties

Public property timestamp: longword read ftimestamp;

Description

Fields

Public fpos: pointty;
 
Public fbutton: mousebuttonty;
 
Public fwheel: mousewheelty;
 
Public fshiftstate: shiftstatesty;
 
Public freflected: boolean;
 

Methods

Public constructor create(const winid: winidty; const release: boolean; const button: mousebuttonty; const wheel: mousewheelty; const pos: pointty; const shiftstate: shiftstatesty; atimestamp: longword; const reflected: boolean = false);
 

Properties

Public property timestamp: longword read ftimestamp;
 

Generated by PasDoc 0.16.0.