Search found 2 matches

by PriestlyD
Thu Nov 18, 2004 6:56 am
Forum: Beginners Help
Topic: Node Movement Using Mouse && Keyboard
Replies: 5
Views: 725

Node Movement Using Mouse && Keyboard

Hiya chaps. I have a question regarding the implementation of a GTA 3 kind of system, where your character strafes and moves foward using the keyboard, and rotates using the mouse. The only snag I've hit in creating this kind of thing is pretty major. Just how do you get the node to move foward acco...
by PriestlyD
Wed Nov 10, 2004 2:53 am
Forum: Beginners Help
Topic: "use of 'auto' variable" err in Dev C++
Replies: 0
Views: 199

"use of 'auto' variable" err in Dev C++

Here's the deal, chaps: I'm trying to create a simple event reciever for my test gui in my own little tech demo. Here's the receiver: class MyEventReceiver : public IEventReceiver { public: virtual bool OnEvent(SEvent event) { if (event.EventType == EET_GUI_EVENT) { s32 id = event.GUIEvent.Caller->g...