mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
Mac OS X: Handle MouseEvent.NOBUTTON case
This commit is contained in:
parent
ce673390d3
commit
dda8ac8af1
158 changed files with 14916 additions and 14882 deletions
|
|
@ -7,8 +7,8 @@ import org.lwjgl.BufferChecks;
|
|||
import java.nio.*;
|
||||
|
||||
public final class NVLightMaxExponent {
|
||||
public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505;
|
||||
public static final int GL_MAX_SHININESS_NV = 0x8504;
|
||||
public static final int GL_MAX_SPOT_EXPONENT_NV = 0x8505;
|
||||
|
||||
private NVLightMaxExponent() {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue