MCPcopy Create free account

hub / github.com/Zarzelcow/legacy-lwjgl3 / functions

Functions541 in github.com/Zarzelcow/legacy-lwjgl3

↓ 1 callersMethodread
()
src/main/java/org/lwjgl/input/Keyboard.java:197
↓ 1 callersMethodread
()
src/main/java/org/lwjgl/input/Mouse.java:381
↓ 1 callersMethodreset
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:103
↓ 1 callersMethodresetMouse
()
src/main/java/org/lwjgl/input/Mouse.java:248
↓ 1 callersMethodresizeCallback
src/main/java/org/lwjgl/opengl/Display.kt:193
↓ 1 callersMethodrun
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:17
↓ 1 callersMethodscale
Scale this vector @param scale The scale factor @return this
src/main/java/org/lwjgl/util/vector/Vector.java:108
↓ 1 callersMethodsetCapabilities
(ContextCapabilities capabilities)
src/main/java/org/lwjgl/opengl/GLContext.java:73
↓ 1 callersMethodsetGrabbed
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 callersMethodsetIcon
src/main/java/org/lwjgl/opengl/Display.kt:51
↓ 1 callersMethodsetIdentity
Set this matrix to be the identity matrix. @return this
src/main/java/org/lwjgl/util/vector/Matrix4f.java:76
↓ 1 callersMethodtranslateGLErrorString
Translate a GL error code to a String describing the error
src/main/java/org/lwjgl/opengl/Util.java:66
↓ 1 callersMethodtranslateGLErrorString
(int error_code)
src/main/java/org/lwjgl/util/glu/Util.java:235
↓ 1 callersMethodtranslateKeyFromGLFW
(int key)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:73
MethodCombinedInputImplementation
(KeyboardImplementation keyboard, MouseImplementation mouse)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:14
MethodContextCapabilities
(boolean forwardCompatible)
src/main/java/org/lwjgl/opengl/ContextCapabilities.java:6374
MethodDisplayMode
(int width, int height)
src/main/java/org/lwjgl/opengl/DisplayMode.java:12
MethodEventQueue
(int event_size)
src/main/java/org/lwjgl/opengl/EventQueue.java:48
MethodKeyboard
Keyboard cannot be constructed.
src/main/java/org/lwjgl/input/Keyboard.java:93
MethodLWJGLException
Plain c'tor
src/main/java/org/lwjgl/LWJGLException.java:49
MethodLWJGLUtil
()
src/main/java/org/lwjgl/LWJGLUtil.java:44
MethodMatrix
Constructor for Matrix.
src/main/java/org/lwjgl/util/vector/Matrix.java:51
MethodMatrix4f
Construct a new matrix, initialized to the identity.
src/main/java/org/lwjgl/util/vector/Matrix4f.java:50
MethodMouse
Mouse cannot be constructed.
src/main/java/org/lwjgl/input/Mouse.java:155
MethodOpenGLException
Constructor for OpenGLException.
src/main/java/org/lwjgl/opengl/OpenGLException.java:47
MethodRunningAvg
(int slotCount)
src/main/java/org/lwjgl/opengl/Sync.java:129
MethodSys
()
src/main/java/org/lwjgl/Sys.java:48
MethodUtil
No c'tor
src/main/java/org/lwjgl/opengl/Util.java:47
MethodVector
Constructor for Vector.
src/main/java/org/lwjgl/util/vector/Vector.java:50
MethodVector2f
Constructor for Vector2f.
src/main/java/org/lwjgl/util/vector/Vector2f.java:55
MethodVector3f
Constructor for Vector3f.
src/main/java/org/lwjgl/util/vector/Vector3f.java:55
MethodVector4f
Constructor for Vector4f.
src/main/java/org/lwjgl/util/vector/Vector4f.java:56
MethodacceptTargets
(Set<String> myTargets, Set<String> otherTargets)
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:54
Methodadd
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
Methodadd
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
Methodadd
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
Methodadd
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
MethodaddLegacyCompatibilityMethodsToAL10
* Adds legacy compatibility methods to AL10 */
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:151
MethodaddLegacyCompatibilityMethodsToGL11
* 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
MethodaddMissingGLCapabilities
Adds missing extension checks from LWJGL2 for use in ContextCapabilities
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:40
MethodaddSystemDetailsToCrashReport
@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
Methodangle
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
Methodangle
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
Methodangle
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
MethodareRepeatEventsEnabled
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
MethodbytesPerPixel
Method bytesPerPixel. @param format @param type @return int
src/main/java/org/lwjgl/util/glu/Util.java:175
Methodceil
Return ceiling of integer division @param a @param b @return int
src/main/java/org/lwjgl/util/glu/Util.java:66
MethodcloneByteBuffer
src/main/java/org/lwjgl/opengl/Display.kt:69
MethodcompPerPix
Method compPerPix. @param format @return int
src/main/java/org/lwjgl/util/glu/Util.java:113
MethodcopyAlExtensions
* 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
Methodcreate
"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
Methodcreate
"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
MethodcreateKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:20
MethodcreateKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:25
MethodcreateMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:42
MethodcreateMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:37
Methodcross
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
MethoddefineCtClass
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
Methoddestroy
"Destroy" the keyboard
src/main/java/org/lwjgl/input/Keyboard.java:157
Methoddestroy
"Destroy" the mouse.
src/main/java/org/lwjgl/input/Mouse.java:311
MethoddestroyKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:25
MethoddestroyKeyboard
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:55
MethoddestroyMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:47
MethoddestroyMouse
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:95
MethoddestroyWindow
src/main/java/org/lwjgl/opengl/Display.kt:201
Methoddeterminant
@return the determinant of the matrix
src/main/java/org/lwjgl/util/vector/Matrix.java:131
MethodenableRepeatEvents
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
Methodequals
(Object obj)
src/main/java/org/lwjgl/util/vector/Vector4f.java:340
Methodequals
(Object obj)
src/main/java/org/lwjgl/util/vector/Vector3f.java:348
MethodgetBitsPerPixel
()
src/main/java/org/lwjgl/opengl/DisplayMode.java:40
MethodgetButtonCount
@return Number of buttons on this mouse
src/main/java/org/lwjgl/input/Mouse.java:613
MethodgetButtonCount
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:77
MethodgetButtonIndex
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
MethodgetButtonName
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
MethodgetDWheel
@return Movement of the wheel since last time getDWheel() was called
src/main/java/org/lwjgl/input/Mouse.java:602
MethodgetDX
@return Movement on the x axis since last time getDX() was called.
src/main/java/org/lwjgl/input/Mouse.java:580
MethodgetDY
@return Movement on the y axis since last time getDY() was called.
src/main/java/org/lwjgl/input/Mouse.java:591
MethodgetEventButton
@return Current events button. Returns -1 if no button state was changed
src/main/java/org/lwjgl/input/Mouse.java:478
MethodgetEventButtonState
Get the current events button state. @return Current events button state.
src/main/java/org/lwjgl/input/Mouse.java:488
MethodgetEventCharacter
@return The character from the current event
src/main/java/org/lwjgl/input/Keyboard.java:333
MethodgetEventDWheel
@return Current events delta z
src/main/java/org/lwjgl/input/Mouse.java:533
MethodgetEventDX
@return Current events delta x.
src/main/java/org/lwjgl/input/Mouse.java:497
MethodgetEventDY
@return Current events delta y.
src/main/java/org/lwjgl/input/Mouse.java:506
MethodgetEventKey
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
MethodgetEventKeyState
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
MethodgetEventNanoseconds
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
MethodgetEventNanoseconds
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
MethodgetEventX
@return Current events absolute x.
src/main/java/org/lwjgl/input/Mouse.java:515
MethodgetEventY
@return Current events absolute y.
src/main/java/org/lwjgl/input/Mouse.java:524
MethodgetFrequency
()
src/main/java/org/lwjgl/opengl/DisplayMode.java:44
MethodgetImplementation
()
src/main/java/org/lwjgl/input/Mouse.java:253
MethodgetKeyCount
@return Number of keys on this keyboard
src/main/java/org/lwjgl/input/Keyboard.java:326
MethodgetKeyIndex
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
MethodgetKeyName
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
MethodgetMixins
()
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:58
MethodgetNumKeyboardEvents
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
MethodgetRefMapperConfig
()
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:44
MethodgetTime
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
MethodgetTimerResolution
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
MethodgetW
()
src/main/java/org/lwjgl/util/vector/Vector4f.java:336
← previousnext →301–400 of 541, ranked by callers