X-Git-Url: http://git.nikiroo.be/?p=jvcard.git;a=blobdiff_plain;f=src%2Fcom%2Fgooglecode%2Flanterna%2Finput%2FMouseActionType.java;fp=src%2Fcom%2Fgooglecode%2Flanterna%2Finput%2FMouseActionType.java;h=0000000000000000000000000000000000000000;hp=9801d2c7fb12314facaa0cf6177a82b1b8278510;hb=f06c81000632cfb5f525ca458f719338f55f9f66;hpb=a73a906356c971b080c36368e71a15d87e8b8d31 diff --git a/src/com/googlecode/lanterna/input/MouseActionType.java b/src/com/googlecode/lanterna/input/MouseActionType.java deleted file mode 100644 index 9801d2c..0000000 --- a/src/com/googlecode/lanterna/input/MouseActionType.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.googlecode.lanterna.input; - -/** - * Enum type for the different kinds of mouse actions supported - */ -public enum MouseActionType { - CLICK_DOWN, - CLICK_RELEASE, - SCROLL_UP, - SCROLL_DOWN, - /** - * Moving the mouse cursor on the screen while holding a button down - */ - DRAG, - /** - * Moving the mouse cursor on the screen without holding any buttons down - */ - MOVE, - ; -}