Hello guys,
I've been trying to add an expression to the Mouse & Keyboard plugin but I failed miserably.
I downloaded the plugin but I can't get it to build with VS2008. I just download the latest SDK so I guess some things changed since the last official build of that plugin.
All I need is an expression to retrieve the key that has been pressed. Even that, I wouldn't really know how to do it since the only tutorial I found about making plugin was about a coloring sprites.
I checked in the main.cpp and I quickly realized that it was a bit more complicated that just ADDEXP(Bla bla bla ExtObject::GetKey()).. And I wouldn't have any idea what to put into GetKey() anyway..
Should I have to get an older version of the SDK to build the plugin ?
Thanks a lot folks.