GetKeys() public static method

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