/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package nl.jeroen_nieuwenhuis.faceosccomputercontrol.model; /** * * @author Jeroen */ public enum Trigger { RIGHT_EYEBROW_DOWN, RIGHT_EYEBROW_DOWN_RELEASED, RIGHT_EYEBROW_UP, RIGHT_EYEBROW_UP_RELEASED, LEFT_EYEBROW_DOWN, LEFT_EYEBROW_DOWN_RELEASED, LEFT_EYEBROW_UP, LEFT_EYEBROW_UP_RELEASED, MOUTH_OPEN, MOUTH_CLOSED, NONE }