EnableMouseInPointer() private method

private EnableMouseInPointer ( [ enable ) : bool
enable [
return bool
コード例 #1
0
ファイル: TouchForm.cs プロジェクト: nkast/FusionFramework
        public TouchForm() : base()
        {
            Win32TouchFunctions.EnableMouseInPointer(false);

            background = new BackgroundTouch(this);
        }
コード例 #2
0
 public TouchForm() : base()
 {
     Win32TouchFunctions.EnableMouseInPointer(false);
 }