Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zarzelcow/legacy-lwjgl3
/ functions
Functions
541 in github.com/Zarzelcow/legacy-lwjgl3
⨍
Functions
541
◇
Types & classes
45
↓ 1 callers
Method
read
()
src/main/java/org/lwjgl/input/Keyboard.java:197
↓ 1 callers
Method
read
()
src/main/java/org/lwjgl/input/Mouse.java:381
↓ 1 callers
Method
reset
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:103
↓ 1 callers
Method
resetMouse
()
src/main/java/org/lwjgl/input/Mouse.java:248
↓ 1 callers
Method
resizeCallback
src/main/java/org/lwjgl/opengl/Display.kt:193
↓ 1 callers
Method
run
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:17
↓ 1 callers
Method
scale
Scale this vector @param scale The scale factor @return this
src/main/java/org/lwjgl/util/vector/Vector.java:108
↓ 1 callers
Method
setCapabilities
(ContextCapabilities capabilities)
src/main/java/org/lwjgl/opengl/GLContext.java:73
↓ 1 callers
Method
setGrabbed
Sets whether or not the mouse has grabbed the cursor (and thus hidden). If grab is false, the getX() and getY() will return delta movement in pixels c
src/main/java/org/lwjgl/input/Mouse.java:645
↓ 1 callers
Method
setIcon
src/main/java/org/lwjgl/opengl/Display.kt:51
↓ 1 callers
Method
setIdentity
Set this matrix to be the identity matrix. @return this
src/main/java/org/lwjgl/util/vector/Matrix4f.java:76
↓ 1 callers
Method
translateGLErrorString
Translate a GL error code to a String describing the error
src/main/java/org/lwjgl/opengl/Util.java:66
↓ 1 callers
Method
translateGLErrorString
(int error_code)
src/main/java/org/lwjgl/util/glu/Util.java:235
↓ 1 callers
Method
translateKeyFromGLFW
(int key)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:73
Method
CombinedInputImplementation
(KeyboardImplementation keyboard, MouseImplementation mouse)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:14
Method
ContextCapabilities
(boolean forwardCompatible)
src/main/java/org/lwjgl/opengl/ContextCapabilities.java:6374
Method
DisplayMode
(int width, int height)
src/main/java/org/lwjgl/opengl/DisplayMode.java:12
Method
EventQueue
(int event_size)
src/main/java/org/lwjgl/opengl/EventQueue.java:48
Method
Keyboard
Keyboard cannot be constructed.
src/main/java/org/lwjgl/input/Keyboard.java:93
Method
LWJGLException
Plain c'tor
src/main/java/org/lwjgl/LWJGLException.java:49
Method
LWJGLUtil
()
src/main/java/org/lwjgl/LWJGLUtil.java:44
Method
Matrix
Constructor for Matrix.
src/main/java/org/lwjgl/util/vector/Matrix.java:51
Method
Matrix4f
Construct a new matrix, initialized to the identity.
src/main/java/org/lwjgl/util/vector/Matrix4f.java:50
Method
Mouse
Mouse cannot be constructed.
src/main/java/org/lwjgl/input/Mouse.java:155
Method
OpenGLException
Constructor for OpenGLException.
src/main/java/org/lwjgl/opengl/OpenGLException.java:47
Method
RunningAvg
(int slotCount)
src/main/java/org/lwjgl/opengl/Sync.java:129
Method
Sys
()
src/main/java/org/lwjgl/Sys.java:48
Method
Util
No c'tor
src/main/java/org/lwjgl/opengl/Util.java:47
Method
Vector
Constructor for Vector.
src/main/java/org/lwjgl/util/vector/Vector.java:50
Method
Vector2f
Constructor for Vector2f.
src/main/java/org/lwjgl/util/vector/Vector2f.java:55
Method
Vector3f
Constructor for Vector3f.
src/main/java/org/lwjgl/util/vector/Vector3f.java:55
Method
Vector4f
Constructor for Vector4f.
src/main/java/org/lwjgl/util/vector/Vector4f.java:56
Method
acceptTargets
(Set<String> myTargets, Set<String> otherTargets)
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:54
Method
add
Add a vector to another vector and place the result in a destination vector. @param left The LHS vector @param right The RHS vector @param dest The de
src/main/java/org/lwjgl/util/vector/Vector2f.java:187
Method
add
Add two matrices together and place the result in a third matrix. @param left The left source matrix @param right The right source matrix @param dest
src/main/java/org/lwjgl/util/vector/Matrix4f.java:311
Method
add
Add a vector to another vector and place the result in a destination vector. @param left The LHS vector @param right The RHS vector @param dest The de
src/main/java/org/lwjgl/util/vector/Vector4f.java:143
Method
add
Add a vector to another vector and place the result in a destination vector. @param left The LHS vector @param right The RHS vector @param dest The de
src/main/java/org/lwjgl/util/vector/Vector3f.java:130
Method
addLegacyCompatibilityMethodsToAL10
* Adds legacy compatibility methods to AL10 */
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:151
Method
addLegacyCompatibilityMethodsToGL11
* Adds a few legacy methods to GL11 like glGetFloat which was renamed to glGetFloatv in LWJGL3 */
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:86
Method
addMissingGLCapabilities
Adds missing extension checks from LWJGL2 for use in ContextCapabilities
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:40
Method
addSystemDetailsToCrashReport
@reason Fix early crashes (before an opengl context is created) causing crash reports not being generated @author mojang
src/main/java/com/github/zarzelcow/legacylwjgl3/mixin/MixinMinecraftFixEarlyCrashNoReports.java:34
Method
angle
Calculate the angle between two vectors, in radians @param a A vector @param b The other vector @return the angle between the two vectors, in radians
src/main/java/org/lwjgl/util/vector/Vector2f.java:170
Method
angle
Calculate the angle between two vectors, in radians @param a A vector @param b The other vector @return the angle between the two vectors, in radians
src/main/java/org/lwjgl/util/vector/Vector4f.java:231
Method
angle
Calculate the angle between two vectors, in radians @param a A vector @param b The other vector @return the angle between the two vectors, in radians
src/main/java/org/lwjgl/util/vector/Vector3f.java:243
Method
areRepeatEventsEnabled
Check whether repeat events are currently reported or not. @return true is repeat events are reported, false if not. @see org.lwjgl.input.Keyboard#ge
src/main/java/org/lwjgl/input/Keyboard.java:305
Method
bytesPerPixel
Method bytesPerPixel. @param format @param type @return int
src/main/java/org/lwjgl/util/glu/Util.java:175
Method
ceil
Return ceiling of integer division @param a @param b @return int
src/main/java/org/lwjgl/util/glu/Util.java:66
Method
cloneByteBuffer
src/main/java/org/lwjgl/opengl/Display.kt:69
Method
compPerPix
Method compPerPix. @param format @return int
src/main/java/org/lwjgl/util/glu/Util.java:113
Method
copyAlExtensions
* It copies all the methods and fields from the extension class to the real class */
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:119
Method
create
"Create" the keyboard with the given implementation. This is used reflectively from AWTInputAdapter. @throws LWJGLException if the keyboard could not
src/main/java/org/lwjgl/input/Keyboard.java:112
Method
create
"Create" the mouse with the given custom implementation. This is used reflectively by AWTInputAdapter. @throws LWJGLException if the mouse could not
src/main/java/org/lwjgl/input/Mouse.java:263
Method
createKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:20
Method
createKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:25
Method
createMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:42
Method
createMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:37
Method
cross
The cross product of two vectors. @param left The LHS vector @param right The RHS vector @param dest The destination result, or null if a new vector
src/main/java/org/lwjgl/util/vector/Vector3f.java:164
Method
defineCtClass
all the Javassist [CtClass.toClass] methods use new java features, DefineClassHelper.toClass has support for much older versions of java so use that i
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:173
Method
destroy
"Destroy" the keyboard
src/main/java/org/lwjgl/input/Keyboard.java:157
Method
destroy
"Destroy" the mouse.
src/main/java/org/lwjgl/input/Mouse.java:311
Method
destroyKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:25
Method
destroyKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:55
Method
destroyMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:47
Method
destroyMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:95
Method
destroyWindow
src/main/java/org/lwjgl/opengl/Display.kt:201
Method
determinant
@return the determinant of the matrix
src/main/java/org/lwjgl/util/vector/Matrix.java:131
Method
enableRepeatEvents
Controls whether repeat events are reported or not. If repeat events are enabled, key down events are reported when a key is pressed and held for a OS
src/main/java/org/lwjgl/input/Keyboard.java:293
Method
equals
(Object obj)
src/main/java/org/lwjgl/util/vector/Vector4f.java:340
Method
equals
(Object obj)
src/main/java/org/lwjgl/util/vector/Vector3f.java:348
Method
getBitsPerPixel
()
src/main/java/org/lwjgl/opengl/DisplayMode.java:40
Method
getButtonCount
@return Number of buttons on this mouse
src/main/java/org/lwjgl/input/Mouse.java:613
Method
getButtonCount
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:77
Method
getButtonIndex
Get's a button's index. If the button is unrecognised then -1 is returned. @param buttonName The button name
src/main/java/org/lwjgl/input/Mouse.java:421
Method
getButtonName
Gets a button's name @param button The button @return a String with the button's human readable name in it or null if the button is unnamed
src/main/java/org/lwjgl/input/Mouse.java:408
Method
getDWheel
@return Movement of the wheel since last time getDWheel() was called
src/main/java/org/lwjgl/input/Mouse.java:602
Method
getDX
@return Movement on the x axis since last time getDX() was called.
src/main/java/org/lwjgl/input/Mouse.java:580
Method
getDY
@return Movement on the y axis since last time getDY() was called.
src/main/java/org/lwjgl/input/Mouse.java:591
Method
getEventButton
@return Current events button. Returns -1 if no button state was changed
src/main/java/org/lwjgl/input/Mouse.java:478
Method
getEventButtonState
Get the current events button state. @return Current events button state.
src/main/java/org/lwjgl/input/Mouse.java:488
Method
getEventCharacter
@return The character from the current event
src/main/java/org/lwjgl/input/Keyboard.java:333
Method
getEventDWheel
@return Current events delta z
src/main/java/org/lwjgl/input/Mouse.java:533
Method
getEventDX
@return Current events delta x.
src/main/java/org/lwjgl/input/Mouse.java:497
Method
getEventDY
@return Current events delta y.
src/main/java/org/lwjgl/input/Mouse.java:506
Method
getEventKey
Please note that the key code returned is NOT valid against the current keyboard layout. To get the actual character pressed call getEventCharacter @
src/main/java/org/lwjgl/input/Keyboard.java:346
Method
getEventKeyState
Gets the state of the key that generated the current event @return True if key was down, or false if released
src/main/java/org/lwjgl/input/Keyboard.java:358
Method
getEventNanoseconds
Gets the time in nanoseconds of the current event. Only useful for relative comparisons with other Keyboard events, as the absolute time has no define
src/main/java/org/lwjgl/input/Keyboard.java:371
Method
getEventNanoseconds
Gets the time in nanoseconds of the current event. Only useful for relative comparisons with other Mouse events, as the absolute time has no defined o
src/main/java/org/lwjgl/input/Mouse.java:547
Method
getEventX
@return Current events absolute x.
src/main/java/org/lwjgl/input/Mouse.java:515
Method
getEventY
@return Current events absolute y.
src/main/java/org/lwjgl/input/Mouse.java:524
Method
getFrequency
()
src/main/java/org/lwjgl/opengl/DisplayMode.java:44
Method
getImplementation
()
src/main/java/org/lwjgl/input/Mouse.java:253
Method
getKeyCount
@return Number of keys on this keyboard
src/main/java/org/lwjgl/input/Keyboard.java:326
Method
getKeyIndex
Get's a key's index. If the key is unrecognised then KEY_NONE is returned. @param keyName The key name
src/main/java/org/lwjgl/input/Keyboard.java:241
Method
getKeyName
Gets a key's name @param key The key @return a String with the key's human readable name in it or null if the key is unnamed
src/main/java/org/lwjgl/input/Keyboard.java:233
Method
getMixins
()
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:58
Method
getNumKeyboardEvents
Gets the number of keyboard events waiting after doing a buffer enabled poll(). @return the number of keyboard events
src/main/java/org/lwjgl/input/Keyboard.java:249
Method
getRefMapperConfig
()
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:44
Method
getTime
Gets the current value of the hires timer, in ticks. When the Sys class is first loaded the hires timer is reset to 0. If no hires timer is present th
src/main/java/org/lwjgl/Sys.java:72
Method
getTimerResolution
Obtains the number of ticks that the hires timer does in a second. @return timer resolution in ticks per second.
src/main/java/org/lwjgl/Sys.java:61
Method
getW
()
src/main/java/org/lwjgl/util/vector/Vector4f.java:336
← previous
next →
301–400 of 541, ranked by callers