Intel discloses 34 security holes in firmware and software — Thunderbolt, XTU, chipset drivers, and more | Tom's Hardware[^] AMD discloses slew of high severity security vulnerabilities that attacks BIOS chips on Zen systems — updates aren't available for all chips, finally a fix Zenbleed | Tom's Hardware[^]
Richard Chambers
Posts
-
Intel and AMD updates for security vulnerabilities -
WPF "Gestures"Here is a place to look for Windows Touch Gestures. http://msdn.microsoft.com/en-us/library/windows/desktop/dd353239(v=vs.85).aspx[^] And here is some additional information. http://www.touch-base.com/documentation/Windows%207%20touch%20implementation.htm[^] If you are trying to target an older Windows it becomes tougher. I am currently looking into some basic methods for translating mouse events received via a touchscreen using Windows XP into pseudo-gestures to provide a basic set of gestures. However that seems to involve keeping mouse location and events state and then interpreting mouse cursor location changes into a gesture. I am planning just a few basic types of gestures, nothing fancy, and the hardware only supports single touch and not multiple simultaneous points.