Package com.jme3.system.jopenvr
Interface VR_IVRExtendedDisplay_FnTable.GetWindowBounds_callback
- All Superinterfaces:
 com.sun.jna.Callback
- Enclosing class:
 - VR_IVRExtendedDisplay_FnTable
 
public static interface VR_IVRExtendedDisplay_FnTable.GetWindowBounds_callback
extends com.sun.jna.Callback
native declaration : headers\openvr_capi.h:1804
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler - 
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(com.sun.jna.ptr.IntByReference pnX, com.sun.jna.ptr.IntByReference pnY, com.sun.jna.ptr.IntByReference pnWidth, com.sun.jna.ptr.IntByReference pnHeight)  
- 
Method Details
- 
apply
void apply(com.sun.jna.ptr.IntByReference pnX, com.sun.jna.ptr.IntByReference pnY, com.sun.jna.ptr.IntByReference pnWidth, com.sun.jna.ptr.IntByReference pnHeight)  
 -