rust-2048 icon indicating copy to clipboard operation
rust-2048 copied to clipboard

What are `e.render_args`, `e.update_args`, and `e.press_args`?

Open whmountains opened this issue 8 years ago • 0 comments

I'm new to Piston graphics and I can't find any documentation for these particular functions I see being called from your main event loop. In my own app I just handle all the events in the main loop. It looks like you're using those function calls to avoid doing useless work, but I don't understand.

Can you point me to some information for what they do? Thanks a lot!

whmountains avatar Aug 07 '17 23:08 whmountains