[.net] Managed DirectX + Forms Event Confusion

Started by
-1 comments, last by Uphoreum 17 years, 6 months ago
So, I've got my Windows Form + DirectX program. Typically, I would run the application events loop "Application.Run(MyForm)". I've been doing my DirectX stuff in the "Application.Idle" event occurence, which seems to work. I'm just wondering how all these events are usually handled in a Managed DirectX program?

This topic is closed to new replies.

Advertisement