mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 06:44:15 +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:
@@ -252,7 +252,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
public event ObjectDuplicate OnObjectDuplicate = delegate { };
|
||||
public event ObjectDuplicateOnRay OnObjectDuplicateOnRay = delegate { };
|
||||
public event GrabObject OnGrabObject = delegate { };
|
||||
public event ObjectSelect OnDeGrabObject = delegate { };
|
||||
public event DeGrabObject OnDeGrabObject = delegate { };
|
||||
public event MoveObject OnGrabUpdate = delegate { };
|
||||
public event SpinStart OnSpinStart = delegate { };
|
||||
public event SpinObject OnSpinUpdate = delegate { };
|
||||
|
||||
Reference in New Issue
Block a user