This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Based on ulatekh's code: https://gist.github.com/ulatekh/f37b1a973c7a1b09f18a457e3a4af54a | |
// I wanted to keep the funcionality but allow button clicks on the touch screen monitor, | |
// that way the main user can start a custumer feedback window in the touch screen and be able | |
// to keep working in the main screen without interference from the touch screen. | |
namespace BlackFox | |
{ | |
using System; | |
using System.ComponentModel; | |
using System.Runtime.InteropServices; | |
using System.Security; |