Package com.ardor3d.input.jogl
Class JoglNewtFocusWrapper
java.lang.Object
com.jogamp.newt.event.WindowAdapter
com.ardor3d.input.jogl.JoglNewtFocusWrapper
- All Implemented Interfaces:
- FocusWrapper,- com.jogamp.newt.event.NEWTEventListener,- com.jogamp.newt.event.WindowListener,- EventListener
public class JoglNewtFocusWrapper
extends com.jogamp.newt.event.WindowAdapter
implements FocusWrapper
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanprotected final com.jogamp.newt.opengl.GLWindow
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidinit()voidwindowGainedFocus(com.jogamp.newt.event.WindowEvent e) voidwindowLostFocus(com.jogamp.newt.event.WindowEvent e) Methods inherited from class com.jogamp.newt.event.WindowAdapterwindowDestroyed, windowDestroyNotify, windowMoved, windowRepaint, windowResized
- 
Field Details- 
_focusLostprotected volatile boolean _focusLost
- 
_newtWindowprotected final com.jogamp.newt.opengl.GLWindow _newtWindow
 
- 
- 
Constructor Details- 
JoglNewtFocusWrapper
 
- 
- 
Method Details- 
windowGainedFocuspublic void windowGainedFocus(com.jogamp.newt.event.WindowEvent e) - Specified by:
- windowGainedFocusin interface- com.jogamp.newt.event.WindowListener
- Overrides:
- windowGainedFocusin class- com.jogamp.newt.event.WindowAdapter
 
- 
windowLostFocuspublic void windowLostFocus(com.jogamp.newt.event.WindowEvent e) - Specified by:
- windowLostFocusin interface- com.jogamp.newt.event.WindowListener
- Overrides:
- windowLostFocusin class- com.jogamp.newt.event.WindowAdapter
 
- 
getAndClearFocusLostpublic boolean getAndClearFocusLost()- Specified by:
- getAndClearFocusLostin interface- FocusWrapper
 
- 
initpublic void init()- Specified by:
- initin interface- FocusWrapper
 
 
-