[1.10.9]keyboard and mouse not working properly in SampleBrowser

Problems building or running the engine, queries about how to use features etc.
Post Reply
o_xkenshin
Gnoblar
Posts: 1
Joined: Wed Nov 15, 2017 6:21 am

[1.10.9]keyboard and mouse not working properly in SampleBrowser

Post by o_xkenshin »

Hi,
Recently I built Ogre on my Mac OSX(10.12.6) with CMake and Xcode 9. I only installed dependencies of freetype, zlib, zziplib, and SDL2, and ogre_build_dependencies is turned off.
The project was successfully built. But when I opened SampleBrowser, I found that my mouse(track pad) moves very very slowly, and the browser failed to response to my keyboard pressings, in most of the time.
Later I found that if I keep tapping the buttons repeatedly for a while, the browser can response sometimes. I guess the problem may due to that input events are not buffered, so only some input events are handled. So how can I solve this problem?
Post Reply