C# Class Driver360WChatPad.MainWindow

Inheritance: System.Windows.Window
Show file Open project: ryandb2/XBOX360WIRELESSCONTROLLERCHATPAD Class Usage Examples

Public Properties

Property Type Description
cController ChatpadController

Public Methods

Method Description
CapsLockModifier ( ) : void
EnableBacklight_Click ( object sender, RoutedEventArgs e ) : void
GreenModifier ( ) : void
KeepAliveAlternate ( ) : void
KeepAliveInitial ( ) : void
MainWindow ( ) : System
OrangeModifier ( ) : void
PeopleModifier ( ) : void
SendDataToDevice ( byte dataToSend, string requestDescription ) : void
SetLog ( string text ) : void
SetSpecialKeys ( ) : void

Protected Methods

Method Description
OnStateChanged ( EventArgs e ) : void

Private Methods

Method Description
Backlight_Click ( object sender, RoutedEventArgs e ) : void
CapsLock_Click ( object sender, RoutedEventArgs e ) : void
DisableKeepAlive_Click ( object sender, RoutedEventArgs e ) : void
GreenSquare_Click ( object sender, RoutedEventArgs e ) : void
InitializeBeginChatPadEvents ( ) : void
InitializeChatpad ( ) : void
InitializeComponent ( ) : void
InitializeController ( ) : void
OrangeCircle_Click ( object sender, RoutedEventArgs e ) : void
People_Click ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
TurnOffController_Click ( object sender, RoutedEventArgs e ) : void
ValidateRegistrySettings ( ) : void
Window_Closed ( object sender, EventArgs e ) : void
Window_Closing ( object sender, System e ) : void
Window_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
dispatcherTimer_Tick ( object sender, EventArgs e ) : void
image2_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
image3_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
image4_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
image5_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
leftDeadzone_Initialized ( object sender, EventArgs e ) : void
reader_DataReceived ( object sender, EndpointDataEventArgs e ) : void
rightDeadzone_Initialized ( object sender, EventArgs e ) : void
showDeadzone ( ) : void
sliderDeadZone_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

CapsLockModifier() public method

public CapsLockModifier ( ) : void
return void

EnableBacklight_Click() public method

public EnableBacklight_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

GreenModifier() public method

public GreenModifier ( ) : void
return void

KeepAliveAlternate() public method

public KeepAliveAlternate ( ) : void
return void

KeepAliveInitial() public method

public KeepAliveInitial ( ) : void
return void

MainWindow() public method

public MainWindow ( ) : System
return System

OnStateChanged() protected method

protected OnStateChanged ( EventArgs e ) : void
e System.EventArgs
return void

OrangeModifier() public method

public OrangeModifier ( ) : void
return void

PeopleModifier() public method

public PeopleModifier ( ) : void
return void

SendDataToDevice() public method

public SendDataToDevice ( byte dataToSend, string requestDescription ) : void
dataToSend byte
requestDescription string
return void

SetLog() public method

public SetLog ( string text ) : void
text string
return void

SetSpecialKeys() public method

public SetSpecialKeys ( ) : void
return void

Property Details

cController public static property

public static ChatpadController,Driver360WChatPad cController
return ChatpadController