コード例 #1
0
        public bool HasTouch()
        {
            int tc = SDL.SDL_GetNumTouchDevices();

            this.textBox1.AppendText("\r\n触碰:" + tc.ToString());
            return(tc > 0);
        }