Inheritance: Fusion.Input.Touch.BaseTouchHandler
Beispiel #1
0
        public TouchForm()
            : base()
        {
            Win32TouchFunctions.EnableMouseInPointer(false);

            background = new BackgroundTouch(this);
        }
Beispiel #2
0
 protected override void Dispose(bool disposing)
 {
     if (disposing) {
         background.Dispose();
         background = null;
     }
     base.Dispose(disposing);
 }
Beispiel #3
0
        public TouchForm() : base()
        {
            Win32TouchFunctions.EnableMouseInPointer(false);

            background = new BackgroundTouch(this);
        }