Skip to content
Snippets Groups Projects
Commit 0315fed4 authored by CHERCHEM Sarah's avatar CHERCHEM Sarah
Browse files

DrawerContext : add the methode mouseReleased

parent e94564f6
Branches
Tags
No related merge requests found
......@@ -13,4 +13,7 @@ public class DrawerContext {
public void mousePressed(MouseEvent event) {
currentState.mousePressed(this, event.getX(), event.getY());
}
public void mouseReleased(MouseEvent event) {
currentState.mouseReleased(this, event.getX(), event.getY());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment