Hi Mr. Squishy,
you need to call "dbSync()" in your loop.
this will draw all things on the screen and refresh your input or alike.. to your window, such that it should react!!
so the sync command should go right before the end of your main loop.
greets,
Barnski.
PS; As what goes for the examples you are having problems with; I had these problems too! it is because the media is not in the same folder as the executables. Altough some samples even required some renaming of functions, because during the update they change some function names, but did not update the demo!
Also the help files are not up to date, so for the actual function names you have to look at the DarkSDK header files! (right click on the header name to open it directly in VS2003).
-- I just started with DarkSDK, by translating DBP Projects. --