コード例 #1
0
        public override void OnLoad()
        {
            KeyPress.IsConfigOpen = true;

            InterceptKeys keys = InterceptKeys.Instance;

            keys.AddRef();
            keys.OnKeyDown += InterceptKeys_OnInterceptKeyDown;
            keys.OnKeyUp   += InterceptKeys_OnInterceptKeyUp;

            UpdateKeysDown();

            shouldCheckValidity = true;
        }