C# Class AvCapWPF.Window1

Interaction logic for Window1.xaml
Inheritance: System.Windows.Window
Show file Open project: evilmachina/theMachine Class Usage Examples

Public Methods

Method Description
Window1 ( ) : System

Private Methods

Method Description
OpenStereo ( ) : IntPtr
SetStereoEnabled ( IntPtr handle, System.Boolean enabled ) : System.Boolean
SetStereoLR ( IntPtr handle, System.Boolean eye ) : System.Boolean
WaitForOpenFrame ( IntPtr handle, System.Boolean eye ) : Byte
button1_Click ( object sender, RoutedEventArgs e ) : void
onUpdate ( object sender, ElapsedEventArgs e ) : void
update ( ) : void
wnd_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

Window1() public method

public Window1 ( ) : System
return System