Uses of Class
ch.claudio.pen.input.Event

Packages that use Event
ch.claudio.pen.calibrate   
ch.claudio.pen.input   
 

Uses of Event in ch.claudio.pen.calibrate
 

Methods in ch.claudio.pen.calibrate with parameters of type Event
 boolean Calibrate.handleEvent(Event e)
           
 void Scaler.scale(Event event)
          Scale an event using the currently set coefficients.
 

Uses of Event in ch.claudio.pen.input
 

Methods in ch.claudio.pen.input that return Event
 Event Event.clone()
           
 

Methods in ch.claudio.pen.input with parameters of type Event
 boolean InputEventListener.handleEvent(Event e)
          Method to which each event is passed.
 void InputEventHandler.put(Event e)
          Add a new event to the queue and notify the run method that there are new elements.
 void Event.update(Event other)
          Updates this event considering the values found in the other event.