mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +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:
@@ -94,7 +94,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public event GodKickUser OnGodKickUser;
|
||||
public event ObjectDuplicate OnObjectDuplicate;
|
||||
public event GrabObject OnGrabObject;
|
||||
public event ObjectSelect OnDeGrabObject;
|
||||
public event DeGrabObject OnDeGrabObject;
|
||||
public event MoveObject OnGrabUpdate;
|
||||
public event SpinStart OnSpinStart;
|
||||
public event SpinObject OnSpinUpdate;
|
||||
|
||||
Reference in New Issue
Block a user