Skip to content

labatrockwell/ofxWin7

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 

Note

This repo will remain in place to support some older projects we've been working on, but is mostly frozen in time. Check out momo-the-monster's more actively maintained Windows touch addon here for some great new features!

ofxWin7

Compatible with openFrameworks 0.8.0

Simple helper classes to setup Windows 7 touch in openFrameworks. Supports both Windows 7 touch events as well as a gestures. Based on code from the OF forum here: http://forum.openframeworks.cc/index.php/topic,3120.new.html#new

Setting Up

  • You'll need to add the following preprocessor defs to your app to compile in Windows 7+ touch support:
    • _WIN32_WINNT=0x0601
    • POCO_NO_UNWINDOWS

About

Simple helper classes to setup Windows 7 touch in openFrameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages