mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

relative mouse movement info should be passed to gcn::MouseListener #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Sorry, the issue type should be Enhancement, of course.

Original comment by igagis@gmail.com on 1 Mar 2008 at 12:07