mouse class : mouse() fitter
Description
Get a new instance of mouse class.
Syntax
new mouse()
Arguments
None.
Return value
Class | Description |
mouse | A new instance of mouse class. This instance is already initialized. |
Sample code
1: | mouse m = new mouse(); |
Notes
It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.
The instance returned by this fitter has been initialized.
Links for reference
None.