Search found 4 matches

by Devan
Fri Feb 09, 2007 7:48 am
Forum: Advanced Help
Topic: CursorControl::SetPosition spawns mouse events
Replies: 3
Views: 474

vitek wrote:I would think the right solution would be to periodically check the cursor position instead of responding to mouse move events every time one comes in.
That sounds like a good plan. I would still need to use setPosition but wouldn't be affected by any new events.
Thanks for the input guys.
by Devan
Tue Feb 06, 2007 10:08 pm
Forum: Advanced Help
Topic: CursorControl::SetPosition spawns mouse events
Replies: 3
Views: 474

CursorControl::SetPosition spawns mouse events

Hello all.

I couldn't find how to do this in the API or by searching the forum, so I wonder if someone might have some insight. I'm making a custom orbit camera by capturing the mouse move events in my eventReceiver class.

I have the mouse set to the centre of the screen and each time it moves ...
by Devan
Mon Jan 29, 2007 11:21 am
Forum: Beginners Help
Topic: Linux and Irrlicht
Replies: 5
Views: 1040

Nhar, I just set up a project in KDevelop myself.

You'll need to let kdevelop know the path to irrlicht's include dir. Do this in the Automake manager by right-clicking on the test.kdevelop project in the upper window and selecting Options, then adding to the "Directories outside project" in the ...
by Devan
Mon Jan 29, 2007 7:33 am
Forum: Beginners Help
Topic: glxext.h error when compiling in linux
Replies: 4
Views: 682

I'm using Ubuntu Edgy. I'm new to Irrlicht and just set up a project in KDevelop. I'm not compiling Irrlicht from source, but I did have to link in the OpenGL libraries like you.

I was able to do it with a -lGL and -lGLU on the g++ command line. I believe I've got Mesa installed. This page might be ...