Search found 2 matches

by Ganso
Mon Oct 17, 2016 8:31 pm
Forum: Project Announcements
Topic: Irrlicht IMGUI binding
Replies: 20
Views: 17312

Re: Irrlicht IMGUI binding

Well, I figured out why my mouse cursor stopped moving :P

Turns Out that if you overwrite the checkMouseEvents method in the Event Receiver class and omit the part where you actually set the mouse coords the cursor will just stick to (0,0)


mMousePositionX = rEvent.MouseInput.X;
mMousePositionY ...
by Ganso
Wed Oct 05, 2016 5:28 am
Forum: Project Announcements
Topic: Irrlicht IMGUI binding
Replies: 20
Views: 17312

Re: Irrlicht IMGUI binding

Hi guys!

First off, let me start by saying how awesome this binding is, it was pretty much plug and play (unlike some other GUI libraries who seem to have a million dependencies).

I have a problem and I'm hoping someone could help me out here.

The binding pretty much works as advertised when I ...