Class tmouseevent
Unit
Declaration
type tmouseevent = class(twindowevent)
Description
This item has no description.
Hierarchy
- tobject
- tnullinterfacedobject
- tmseevent
- twindowevent
- tmouseevent
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; |
|
This item has no description. | |
| Public | fbutton: mousebuttonty; |
|
This item has no description. | |
| Public | fwheel: mousewheelty; |
|
This item has no description. | |
| Public | fshiftstate: shiftstatesty; |
|
This item has no description. | |
| Public | freflected: boolean; |
|
This item has no description. | |
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); |
|
This item has no description. | |
Properties
| Public | property timestamp: longword read ftimestamp; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.