Compiler: DEV C++ 4.9.9.2
video mode: Opengl
on the User Interface tutorial, if you choose to run the tut in a higher resolution than 640X480 for example if you do
Code: Select all
device = createDevice(driverType, core::dimension2d<s32>(1024, 768));
for example if you click the top half of the "New Window" button you will instead click the "Quit" button. It is most noticeable with listboxes where you often have to click the next item in the list to select the item you really wanted.
I hope I have described this well enough.