|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmhframework.event.MHMouseMotionListener
public class MHMouseMotionListener
Mouse motion listener for the games made with the MHFramework package.
Constructor Summary | |
---|---|
MHMouseMotionListener(MHGameApplication app)
Constructor. |
Method Summary | |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent e)
Not currently implemented. |
void |
mouseMoved(java.awt.event.MouseEvent e)
Sends Mouse Moved events to the game application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MHMouseMotionListener(MHGameApplication app)
app
- The MHGameApplication object for whom we are
handling mouse motion events.Method Detail |
---|
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
public void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
e
- The mouse event that triggered a call to this
method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |