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