Package com.jogamp.newt.event
Class NEWTEventFiFo
- java.lang.Object
-
- com.jogamp.newt.event.NEWTEventFiFo
-
public class NEWTEventFiFo extends Object
-
-
Constructor Summary
Constructors Constructor Description NEWTEventFiFo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Clear all NEWTEvents from queueNEWTEventget()Remove NEWTEvent from headvoidput(NEWTEvent event)Add NEWTEvent to tailintsize()Get NEWTEvents in queue
-