Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.Input.MouseButton.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e22e8c0c2478fb6647dfa6f65c0c577e9f4fa120 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace System.Windows.Input
{
	public  enum MouseButton 
	{		Left,
		Middle,
		Right,
		XButton1,
		XButton2,

	}
}