mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
From: Chris Yeoh <yeohc@au1.ibm.com>
This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
This commit is contained in:
@@ -155,6 +155,9 @@ namespace OpenSim.Framework
|
||||
public delegate void GrabObject(
|
||||
uint localID, Vector3 pos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs);
|
||||
|
||||
public delegate void DeGrabObject(
|
||||
uint localID, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs);
|
||||
|
||||
public delegate void MoveObject(
|
||||
UUID objectID, Vector3 offset, Vector3 grapPos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs
|
||||
);
|
||||
@@ -609,7 +612,7 @@ namespace OpenSim.Framework
|
||||
event ObjectDuplicate OnObjectDuplicate;
|
||||
event ObjectDuplicateOnRay OnObjectDuplicateOnRay;
|
||||
event GrabObject OnGrabObject;
|
||||
event ObjectSelect OnDeGrabObject;
|
||||
event DeGrabObject OnDeGrabObject;
|
||||
event MoveObject OnGrabUpdate;
|
||||
event SpinStart OnSpinStart;
|
||||
event SpinObject OnSpinUpdate;
|
||||
|
||||
Reference in New Issue
Block a user