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);
    }