Uses of Class
com.tech.app.windows.handlers.DrawMouse.MODE
-
Packages that use DrawMouse.MODE Package Description com.tech.app.windows.handlers -
-
Uses of DrawMouse.MODE in com.tech.app.windows.handlers
Fields in com.tech.app.windows.handlers declared as DrawMouse.MODE Modifier and Type Field Description DrawMouse.MODE
DrawMouse. mode
Methods in com.tech.app.windows.handlers that return DrawMouse.MODE Modifier and Type Method Description static DrawMouse.MODE
DrawMouse.MODE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DrawMouse.MODE[]
DrawMouse.MODE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tech.app.windows.handlers with parameters of type DrawMouse.MODE Modifier and Type Method Description void
DrawMouse. action(DrawMouse.MODE mode)
Classe qui permet de modifier le mode de la souris en fonction de l'action voulue par l'utilisateur.
-