GetKeys() public static méthode

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