What steps will reproduce the problem?
1. implement gcn::MouseListener::mouseMoved() method
2. when mouse is moved the method is called and mouseEvent passed to it.
What is the expected behaviour? What happens instead?
mouseEvent does not contain info about relative mouse movement.
mouseEvent should contain such info:
mouseEvent::getRelX();
mouseEvent::getRelY();
What version of the product are you using? On what operating system? Which
back-end (SDL/Allegro/OpenGL/other)?
guichan-0.7.1
linux Fedora 7
SDL back-end
Please provide any additional information below.
SDL generate SDL_event struct which has relx and rely variables, they can
be saved in mouseEvent and passed to gcn::MouseListener::mouseMoved().
Original issue reported on code.google.com by igagis@gmail.com on 1 Mar 2008 at 12:05
Original issue reported on code.google.com by
igagis@gmail.com
on 1 Mar 2008 at 12:05