aboutsummaryrefslogtreecommitdiffstats
path: root/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/01e35b675abe0019134ecad0f74d8ddd
stat options
Period:
Authors:

Commits per author per week (path 'Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/01e35b675ab
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Touch.Keyboard
{
    public enum KeyboardOutputMode
    {
        Wpf,
        Windows,
    }
}