Beispiel #1
0
 public void Initialize()
 {
     if (VldateSck.Input.InterfaceAbstraction.InputType == Input.InputType.KB_MOUSE)
     {
         mMouseInteraction = new VldateSck.MouseInteraction();
     }
 }
Beispiel #2
0
 public override void OnDestroy()
 {
     mMouseInteraction = null;
     // TODO: Is there a better way to destroy the listeners?
     InputEventDelegate = null;
     base.OnDestroy();
 }