C# Class CLNUIDeviceTest.MainWindow

Inheritance: System.Windows.Window, INotifyPropertyChanged
Datei anzeigen Open project: zeviance/Kinect-Mouse-Controller

Public Properties

Property Type Description
canclick bool

Private Properties

Property Type Description
InitializeComponent void
System void
Window_Loaded void
button1_Click void
map int
mouse_event void

Public Methods

Method Description
MainWindow ( ) : System
MainWindow_Closing ( object sender, System e ) : void
OutputKeys ( int _x, int _y ) : void
PressDown ( ) : void
PressUp ( ) : void
RawDat ( int _x, int _y ) : void
SendDoubleClick ( ) : void
TransitionMouseTo ( int x, int y, double durationSecs ) : void

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
button1_Click ( object sender, RoutedEventArgs e ) : void
map ( int value, int low1, int high1, int low2, int high2 ) : int
mouse_event ( UInt32 dwFlags, UInt32 dx, UInt32 dy, UInt32 dwData, IntPtr dwExtraInfo ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

MainWindow_Closing() public method

public MainWindow_Closing ( object sender, System e ) : void
sender object
e System
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

OutputKeys() public method

public OutputKeys ( int _x, int _y ) : void
_x int
_y int
return void

PressDown() public method

public PressDown ( ) : void
return void

PressUp() public method

public PressUp ( ) : void
return void

RawDat() public method

public RawDat ( int _x, int _y ) : void
_x int
_y int
return void

SendDoubleClick() public method

public SendDoubleClick ( ) : void
return void

TransitionMouseTo() public method

public TransitionMouseTo ( int x, int y, double durationSecs ) : void
x int
y int
durationSecs double
return void

Property Details

canclick public_oe property

public bool canclick
return bool