Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
100kph committed Sep 29, 2012
2 parents 59f1fe5 + d1323a2 commit 56a0d49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
@@ -1,3 +1,6 @@
*.suo
TouchMousePromotion/obj/
TouchMousePromotion/bin/
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
bin
obj

# mstest test results
TestResults
4 changes: 4 additions & 0 deletions README.md
@@ -0,0 +1,4 @@
TouchMousePromotion
===================

In WPF, Touch events are promoted to Mouse Events, This code demonstrates one of the ways to avoid a promotion

0 comments on commit 56a0d49

Please sign in to comment.