Artemis.DeviceProviders.KeyboardProvider.GetKeyPosition C# (CSharp) Méthode

GetKeyPosition() public abstract méthode

Returns the real life X and Y coordinates of the given key
public abstract GetKeyPosition ( Keys keyCode ) : KeyMatch?
keyCode Keys
Résultat KeyMatch?
        public abstract KeyMatch? GetKeyPosition(Keys keyCode);
    }