C# Class OpenRA.Platforms.Default.MultiTapDetection

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

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

Method Details

DetectFromKeyboard() public static méthode

public static DetectFromKeyboard ( Keycode key ) : int
key Keycode
Résultat int

DetectFromMouse() public static méthode

public static DetectFromMouse ( byte button, int2 xy ) : int
button byte
xy int2
Résultat int

InfoFromKeyboard() public static méthode

public static InfoFromKeyboard ( Keycode key ) : int
key Keycode
Résultat int

InfoFromMouse() public static méthode

public static InfoFromMouse ( byte button ) : int
button byte
Résultat int