Beispiel #1
0
	    public TabletPacketEventArgs(int x, int y, int normalPressure, TabletSettings tabletSettings)
	    {
	    	this.x = x;
	    	this.y = y;
	    	this.normalPressure = normalPressure;
	        this.tabletSettings = tabletSettings;
	    }
		public TabletAsyncPlugin(TabletForm tabletForm)
		{
			this.tabletForm = tabletForm;
			tabletSettings = new TabletSettings();
			tabletSettings.MaxX = 37800;
			tabletSettings.MaxY = 22500;
			tabletSettings.MaxNPressure=511;
		}