protected override EntryPropertyEditorDelegate <char> CreateDelegate(PropertyViewModel <char> viewModel)
        {
            var charDelegate = new CharDelegate(viewModel)
            {
                ProxyResponder = new ProxyResponder(this, ProxyRowType.SingleView)
            };

            return(charDelegate);
        }
示例#2
0
文件: Glfw3.cs 项目: Tommsy64/SharpVk
 public static extern KeyDelegate SetCharCallback(WindowHandle window, CharDelegate callback);
示例#3
0
文件: Glfw3.cs 项目: Svengali/vk.net
 public static extern KeyDelegate SetCharCallback(IntPtr window, CharDelegate callback);
示例#4
0
        //~V

        public CharDelegateComparison(ILog log, CharDelegate charDelegate) : base(log)
        {
            m_Delegate = charDelegate;
        }