Artemis.DeviceProviders.KeyboardProvider.GetKeyPosition C# (CSharp) Метод

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

Returns the real life X and Y coordinates of the given key
public abstract GetKeyPosition ( Keys keyCode ) : KeyMatch?
keyCode Keys
Результат KeyMatch?
        public abstract KeyMatch? GetKeyPosition(Keys keyCode);
    }