Object <- Input <- TouchInput <- MacMouseInput |
|
|
AnyOptionKey Done Init LatestOptionKey LatestPoint |
Class MacMouseInput defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| Input: | startTime: | Unsigned |
| stopTime: | Unsigned | |
| TouchInput: | startPoint: | Dot |
| latestPoint: | Dot | |
| startOptionKey: | Boolean | |
| latestOptionKey: | Boolean | |
| anyOptionKey: | Boolean | |
| optionDisabled: | Boolean |
instance MacMouseInput tag; startTime: 0; stopTime: 0; startPoint: <0.0,0.0>; latestPoint: <0.0,0.0>; startOptionKey: false; latestOptionKey: false; anyOptionKey: false; optionDisabled: false; end instance;
Define Class MacMouseInput; inherits from TouchInput; overrides AnyOptionKey, Init, Done, LatestPoint, LatestOptionKey; end class;