|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| synchronized void | put (final NEWTEvent event) |
| Add NEWTEvent to tail. More... | |
| synchronized NEWTEvent | get () |
| Remove NEWTEvent from head. More... | |
| synchronized int | size () |
| Get NEWTEvents in queue. More... | |
| synchronized void | clear () |
| Clear all NEWTEvents from queue. More... | |
Definition at line 33 of file NEWTEventFiFo.java.
| synchronized void com.jogamp.newt.event.NEWTEventFiFo.clear | ( | ) |
Clear all NEWTEvents from queue.
Definition at line 58 of file NEWTEventFiFo.java.
| synchronized NEWTEvent com.jogamp.newt.event.NEWTEventFiFo.get | ( | ) |
Remove NEWTEvent from head.
Definition at line 44 of file NEWTEventFiFo.java.
| synchronized void com.jogamp.newt.event.NEWTEventFiFo.put | ( | final NEWTEvent | event | ) |
Add NEWTEvent to tail.
Definition at line 38 of file NEWTEventFiFo.java.
| synchronized int com.jogamp.newt.event.NEWTEventFiFo.size | ( | ) |
Get NEWTEvents in queue.
Definition at line 53 of file NEWTEventFiFo.java.