Exemplo n.º 1
0
    void __clickEmoji2(EventContext context)
    {
        GButton item = (GButton)context.data;
        string  txt  = Char.ConvertFromUtf32(Convert.ToInt32(UIPackage.GetItemByURL(item.icon).name, 16));

        _input2.ReplaceSelection(txt);
    }
Exemplo n.º 2
0
    void __clickEmoji1(EventContext context)
    {
        GButton item = (GButton)context.data;

        _input1.ReplaceSelection("[:" + item.text + "]");
    }