Package com.jogamp.newt.event
Class NEWTEventFiFo
java.lang.Object
com.jogamp.newt.event.NEWTEventFiFo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NEWTEventFiFo
public NEWTEventFiFo()
-
-
Method Details
-
put
Add NEWTEvent to tail -
get
Remove NEWTEvent from head -
size
public int size()Get NEWTEvents in queue -
clear
public void clear()Clear all NEWTEvents from queue
-