Skip to content

support multitouch by sending OSC to 3rd party software on a SMART 442i Collaborative Table Learning Center

Notifications You must be signed in to change notification settings

whyameye/TouchOSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

class "TouchArea (TouochArea.cs)" is what captures the touches

  • red box defines the touch area
  • constructor has this.opacity to set opacity

set opacity of touches in MainWindow.xaml.cs:

  • instance of TableControl has property Opacity
  • this also affects opacity of red box

set opacity of primary window in MainWindow.xaml

  • Background 1st 2 hex digits = opacity. Lower is more transparent
  • opacity of 00 creates click-through so use 01 as lowest setting

remove/add cursor in "MainWindow.xaml.cs" (win10 only?)

  • this.Cursor = Cursors.None (comment or uncomment)

About

support multitouch by sending OSC to 3rd party software on a SMART 442i Collaborative Table Learning Center

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages