Beispiel #1
0
 public int requestAnimationFrame(Callback callback)
 {
     return(Dispatcher.AnimationFrame(() => callback.Call()));
 }