C# Класс OpenRA.Platforms.Default.MultiTapDetection

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DetectFromKeyboard ( Keycode key ) : int
DetectFromMouse ( byte button, int2 xy ) : int
InfoFromKeyboard ( Keycode key ) : int
InfoFromMouse ( byte button ) : int

Описание методов

DetectFromKeyboard() публичный статический Метод

public static DetectFromKeyboard ( Keycode key ) : int
key Keycode
Результат int

DetectFromMouse() публичный статический Метод

public static DetectFromMouse ( byte button, int2 xy ) : int
button byte
xy int2
Результат int

InfoFromKeyboard() публичный статический Метод

public static InfoFromKeyboard ( Keycode key ) : int
key Keycode
Результат int

InfoFromMouse() публичный статический Метод

public static InfoFromMouse ( byte button ) : int
button byte
Результат int