Class tmouse
Unit
Declaration
type tmouse = class(TObject)
Description
Hierarchy
- TObject
- tmouse
Overview
Methods
![]() |
constructor create(mouseintf: imouse); |
![]() |
procedure move(const dist: pointty); |
![]() |
procedure windowdestroyed(const id: winidty); |
Properties
![]() |
property shape: cursorshapety read fshape write setshape; |
![]() |
property pos: pointty read getpos write setpos; |
Description
Methods
![]() |
constructor create(mouseintf: imouse); |
![]() |
procedure move(const dist: pointty); |
![]() |
procedure windowdestroyed(const id: winidty); |
Properties
![]() |
property shape: cursorshapety read fshape write setshape; |
![]() |
property pos: pointty read getpos write setpos; |
Generated by PasDoc 0.16.0.
