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