Hi guys,
Just a quick question.
I am trying to just develop a small DLL which I can inject into WoW and detour a function (as a learning experience, I know this has been done before).
I am going to use Microsoft Detours to do the detouring/injection.
My question is this, If all I want to do is have the ability to call a few WoW functions (Such as setting movement bits, left and right clicking, etc) what are the differences or limitations of detouring RenderWorld versus EndScene?
Thank you again!