Method | Description | |
---|---|---|
Dispose ( ) : void | ||
MouseController ( IHandDataSource handSource ) : System | ||
MouseController ( IHandDataSource handSource, TrackingClusterDataSource trackingClusterDataSource ) : System | ||
MouseController ( IHandDataSource handSource, bool enabled ) : System | ||
SetClickMode ( ClickMode mode ) : void | ||
SetCursorMode ( CursorMode mode ) : void |
Method | Description | |
---|---|---|
MapToScreen ( Point point ) : Point | ||
handSource_NewDataAvailable ( HandCollection handData ) : void |
public MouseController ( IHandDataSource handSource ) : System | ||
handSource | IHandDataSource | |
return | System |
public MouseController ( IHandDataSource handSource, TrackingClusterDataSource trackingClusterDataSource ) : System | ||
handSource | IHandDataSource | |
trackingClusterDataSource | TrackingClusterDataSource | |
return | System |
public MouseController ( IHandDataSource handSource, bool enabled ) : System | ||
handSource | IHandDataSource | |
enabled | bool | |
return | System |
public SetClickMode ( ClickMode mode ) : void | ||
mode | ClickMode | |
return | void |
public SetCursorMode ( CursorMode mode ) : void | ||
mode | CursorMode | |
return | void |