示例#1
0
 void Start()
 {
     pointerOperation     = new PointerOperation();
     dragOperation        = new DragOperation();
     m_DontDoAnyOperation = new DontDoAnyOperation();
     //SetOpeartion(pointerOperation);
 }
示例#2
0
 public static DeclaredValuePointer <G> GetNativePointer <G>(ExecutionState <G> executionState, G groupState, string location, string name, PointerOperation operation, IValueProvider <G> valueProvider) where G : IGroupState <G>, new()
 {
     return(new DeclaredValuePointer <G>(location, valueProvider.GetAsValue(GetNative <G>(location, name)))
     {
         Identifier = name
     });
 }
示例#3
0
 public GridPointerEventArgs(PointerOperation operation, object eventArgs)
 {
     Operation         = operation;
     OriginalEventArgs = eventArgs;
 }
 void Start()
 {
     pointerOperation = new PointerOperation();
     dragOperation = new DragOperation();
     m_DontDoAnyOperation = new DontDoAnyOperation();
     //SetOpeartion(pointerOperation);
 }