C# Class OpenRA.Platforms.Default.MultiTapDetection

Datei anzeigen Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method Description
DetectFromKeyboard ( Keycode key ) : int
DetectFromMouse ( byte button, int2 xy ) : int
InfoFromKeyboard ( Keycode key ) : int
InfoFromMouse ( byte button ) : int

Method Details

DetectFromKeyboard() public static method

public static DetectFromKeyboard ( Keycode key ) : int
key Keycode
return int

DetectFromMouse() public static method

public static DetectFromMouse ( byte button, int2 xy ) : int
button byte
xy int2
return int

InfoFromKeyboard() public static method

public static InfoFromKeyboard ( Keycode key ) : int
key Keycode
return int

InfoFromMouse() public static method

public static InfoFromMouse ( byte button ) : int
button byte
return int