ObjectPointer Class |
Namespace: TouchScript.Pointers
public class ObjectPointer : Pointer
The ObjectPointer type exposes the following members.
Name | Description | |
---|---|---|
ObjectPointer |
Initializes a new instance of the ObjectPointer class.
|
Name | Description | |
---|---|---|
Angle |
The Rotation of the physical object this pointer represents.
| |
Buttons |
Current buttons state of the pointer.
(Inherited from Pointer.) | |
Flags | Gets or sets pointer flags: [!:FLAG_ARTIFICIAL] Note: setting this property doesn't immediately change its value, the value actually changes during the next TouchManager update phase. | |
Height |
The height of the physical object this pointer represents.
| |
Id |
Internal unique pointer id.
(Inherited from Pointer.) | |
InputSource |
Original input source which created this pointer.
(Inherited from Pointer.) | |
ObjectId |
The Id of the physical object this pointer represents.
| |
Position |
Current position in screen coordinates.
(Inherited from Pointer.) | |
PreviousPosition |
Previous position in screen coordinates.
(Inherited from Pointer.) | |
ProjectionParams |
Projection parameters for the layer which created this pointer.
(Inherited from Pointer.) | |
Type |
Pointer type. See PointerPointerType.
(Inherited from Pointer.) | |
Width |
The Width of the physical object this pointer represents.
|
Name | Description | |
---|---|---|
CopyFrom |
Copies values from the target.
(Overrides PointerCopyFrom(Pointer).) | |
Equals(Object) | (Inherited from Pointer.) | |
Equals(Pointer) | (Inherited from Pointer.) | |
GetHashCode | (Inherited from Pointer.) | |
GetOverData |
Returns HitData for current pointer position, i.e. what is right beneath it. Caches the result for the entire frame.
(Inherited from Pointer.) | |
GetPressData |
Returns HitData when the pointer was pressed. If the pointer is not pressed uninitialized HitData is returned.
(Inherited from Pointer.) | |
ToString | (Inherited from Pointer.) |
Name | Description | |
---|---|---|
DEFAULT_ANGLE |
Default angle value when device doesn't provide it.
| |
DEFAULT_HEIGHT |
Default height value when device doesn't provide it.
| |
DEFAULT_OBJECT_ID |
Default object id value when device doesn't provide it.
| |
DEFAULT_WIDTH |
Default width value when device doesn't provide it.
|