[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

ConstrainedTouchTool

inherits from TouchTool

Object <- ChooseableTool <- TouchTool <- ConstrainedTouchTool



Operations

Get list of all operations

ShouldFreezeScreen
TouchTarget


Attributes

Get list of all attributes

Target


Fields

Field Type
ChooseableTool: image: Image
ConstrainedTouchTool: target: Object


Instance template

instance ConstrainedTouchTool tag;
          image: nilObject;
         target: nilObject;
end instance;

Class definition

Define Class ConstrainedTouchTool;
    inherits from TouchTool;
    
    field target: Object, weak, getter, setter;
    
    attribute Target: Object;
    overrides ShouldFreezeScreen, TouchTarget;
end class;