GetKeys() 공개 정적인 메소드

public static GetKeys ( NSEvent theEvent ) : Keys
theEvent NSEvent
리턴 Keys
 public KeyEventArgs(NSEvent theEvent)
 {
     this.keyData = KeyUtil.GetKeys(theEvent);
 }