MCPcopy Create free account

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

Functions541 in github.com/Zarzelcow/legacy-lwjgl3

MethodgetX
Retrieves the absolute position. It will be clamped to 0...width-1. @return Absolute x axis position of mouse
src/main/java/org/lwjgl/input/Mouse.java:559
MethodgetX
@return x
src/main/java/org/lwjgl/util/vector/Vector2f.java:263
MethodgetX
@return x
src/main/java/org/lwjgl/util/vector/Vector4f.java:282
MethodgetX
@return x
src/main/java/org/lwjgl/util/vector/Vector3f.java:306
MethodgetY
Retrieves the absolute position. It will be clamped to 0...height-1. @return Absolute y axis position of mouse
src/main/java/org/lwjgl/input/Mouse.java:571
MethodgetY
@return y
src/main/java/org/lwjgl/util/vector/Vector2f.java:270
MethodgetY
@return y
src/main/java/org/lwjgl/util/vector/Vector4f.java:289
MethodgetY
@return y
src/main/java/org/lwjgl/util/vector/Vector3f.java:313
MethodgetZ
()
src/main/java/org/lwjgl/util/vector/Vector4f.java:321
MethodgetZ
()
src/main/java/org/lwjgl/util/vector/Vector3f.java:344
Methodgl20AddCompatibilityMethods
new GL20 doesn't have a way to supply a shader source using ByteBuffer so this adds a method to do it
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:101
MethodgluCheckExtension
Method gluCheckExtension. @param extName @param extString @return boolean
src/main/java/org/lwjgl/util/glu/GLU.java:357
MethodgluErrorString
(int error_code)
src/main/java/org/lwjgl/util/glu/GLU.java:361
MethodgluGetString
Method gluGetString. @param name @return String
src/main/java/org/lwjgl/util/glu/GLU.java:347
MethodgluLookAt
Method gluLookAt @param eyex @param eyey @param eyez @param centerx @param centery @param centerz @param upx @param upy @param upz
src/main/java/org/lwjgl/util/glu/GLU.java:240
MethodgluOrtho2D
Method gluOrtho2D @param left @param right @param bottom @param top
src/main/java/org/lwjgl/util/glu/GLU.java:261
MethodgluPerspective
Method gluPerspective @param fovy @param aspect @param zNear @param zFar
src/main/java/org/lwjgl/util/glu/GLU.java:277
MethodgluPickMatrix
Method gluPickMatrix @param x @param y @param width @param height @param viewport
src/main/java/org/lwjgl/util/glu/GLU.java:332
MethodgluProject
Method gluProject @param objx @param objy @param objz @param modelMatrix @param projMatrix @param viewport @param win_pos
src/main/java/org/lwjgl/util/glu/GLU.java:296
MethodgluUnProject
Method gluUnproject @param winx @param winy @param winz @param modelMatrix @param projMatrix @param viewport @param obj_pos
src/main/java/org/lwjgl/util/glu/GLU.java:315
MethodgrabMouse
(boolean grab)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:67
MethodgrabMouse
(boolean grab)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:134
MethodhasWheel
@return Whether or not this mouse has wheel support
src/main/java/org/lwjgl/input/Mouse.java:622
MethodhasWheel
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:72
MethodhasWheel
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:141
MethodhashCode
()
src/main/java/org/lwjgl/opengl/DisplayMode.java:56
MethodiconsToGLFWBuffer
src/main/java/org/lwjgl/opengl/Display.kt:81
MethodinitAllStubs
(boolean forwardCompatible)
src/main/java/org/lwjgl/opengl/ContextCapabilities.java:5859
Methodinvert
Invert this matrix @return this
src/main/java/org/lwjgl/util/vector/Matrix.java:66
Methodinvert
Invert this matrix @return this if successful, null otherwise
src/main/java/org/lwjgl/util/vector/Matrix4f.java:736
MethodisButtonDown
See if a particular mouse button is down. @param button The index of the button you wish to test (0..getButtonCount-1) @return true if the specified
src/main/java/org/lwjgl/input/Mouse.java:393
MethodisClipMouseCoordinatesToWindow
()
src/main/java/org/lwjgl/input/Mouse.java:199
MethodisCreated
()
src/main/java/com/github/zarzelcow/legacylwjgl3/ALExtensions.java:20
MethodisFullscreenCapable
()
src/main/java/org/lwjgl/opengl/DisplayMode.java:28
MethodisInsideWindow
Retrieves whether or not the mouse cursor is within the bounds of the window. If the mouse cursor was moved outside the display during a drag, then th
src/main/java/org/lwjgl/input/Mouse.java:702
MethodisInsideWindow
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:82
MethodisInsideWindow
()
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:151
MethodisKeyDown
Checks to see if a key is down. @param key Keycode to check @return true if the key is down according to the last poll()
src/main/java/org/lwjgl/input/Keyboard.java:208
MethodisRepeatEvent
@see org.lwjgl.input.Keyboard#enableRepeatEvents(boolean) @return true if the current event is a repeat event, false if the current event is not a rep
src/main/java/org/lwjgl/input/Keyboard.java:382
MethodlengthSquared
@return the length squared of the vector
src/main/java/org/lwjgl/util/vector/ReadableVector.java:47
MethodlengthSquared
@return the length squared of the vector
src/main/java/org/lwjgl/util/vector/Vector2f.java:95
MethodlengthSquared
@return the length squared of the vector
src/main/java/org/lwjgl/util/vector/Vector4f.java:117
MethodlengthSquared
@return the length squared of the vector
src/main/java/org/lwjgl/util/vector/Vector3f.java:105
Methodload
Load from a float buffer. The buffer stores the matrix in column major (OpenGL) order. @param buf A float buffer to read from @return this
src/main/java/org/lwjgl/util/vector/Matrix.java:76
Methodload
Load this vector from a FloatBuffer @param buf The buffer to load it from, at the current position @return this
src/main/java/org/lwjgl/util/vector/Vector2f.java:229
Methodload
(FloatBuffer buf)
src/main/java/org/lwjgl/util/vector/Vector4f.java:243
Methodload
(FloatBuffer buf)
src/main/java/org/lwjgl/util/vector/Vector3f.java:255
Methodload
Load this vector from a FloatBuffer @param buf The buffer to load it from, at the current position @return this
src/main/java/org/lwjgl/util/vector/Vector.java:72
MethodloadTranspose
Load from a float buffer. The buffer stores the matrix in row major (mathematical) order. @param buf A float buffer to read from @return this
src/main/java/org/lwjgl/util/vector/Matrix.java:86
MethodloadTranspose
Load from a float buffer. The buffer stores the matrix in row major (maths) order. @param buf A float buffer to read from @return this
src/main/java/org/lwjgl/util/vector/Matrix4f.java:214
MethodmacroRedefineWithErrorHandling
rather than handling errors is every method manually, this will do it for you
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiser.kt:30
Methodmul
Multiply the right matrix by the left and place the result in a third matrix. @param left The left source matrix @param right The right source matrix
src/main/java/org/lwjgl/util/vector/Matrix4f.java:373
MethodnearestPower
Method nearestPower. <p/> Compute the nearest power of 2 number. This algorithm is a little strange, but it works quite well. @param value @return
src/main/java/org/lwjgl/util/glu/Util.java:147
Methodnegate
Negate this matrix @return this
src/main/java/org/lwjgl/util/vector/Matrix.java:93
Methodnegate
Negate a vector @return this
src/main/java/org/lwjgl/util/vector/Vector2f.java:115
Methodnegate
Negate this matrix @return this
src/main/java/org/lwjgl/util/vector/Matrix4f.java:807
Methodnegate
Negate a vector @return this
src/main/java/org/lwjgl/util/vector/Vector4f.java:174
Methodnegate
Negate a vector @return this
src/main/java/org/lwjgl/util/vector/Vector3f.java:188
Methodnegate
Negate a vector @return this
src/main/java/org/lwjgl/util/vector/Vector.java:78
Methodnext
Gets the next keyboard event. You can query which key caused the event by using <code>getEventKey</code>. To get the state of that key, for that event
src/main/java/org/lwjgl/input/Keyboard.java:273
Methodnext
Gets the next mouse event. You can query which button caused the event by using <code>getEventButton()</code> (if any). To get the state of that key,
src/main/java/org/lwjgl/input/Mouse.java:440
Methodnormalise
Normalise this vector and place the result in another vector. @param dest The destination vector, or null if a new vector is to be created @return the
src/main/java/org/lwjgl/util/vector/Vector2f.java:140
Methodnormalise
Normalise this vector and place the result in another vector. @param dest The destination vector, or null if a new vector is to be created @return the
src/main/java/org/lwjgl/util/vector/Vector4f.java:203
Methodnormalise
Normalise this vector and place the result in another vector. @param dest The destination vector, or null if a new vector is to be created @return the
src/main/java/org/lwjgl/util/vector/Vector3f.java:215
Methodnormalise
Normalise this vector @return this
src/main/java/org/lwjgl/util/vector/Vector.java:85
MethodonInitialize
()
src/main/java/com/github/zarzelcow/legacylwjgl3/LegacyLWJGL3.java:10
MethodonLoad
(String mixinPackage)
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:22
MethodopenURL
(String url)
src/main/java/org/lwjgl/Sys.java:89
Methodpoll
Polls the keyboard for its current state. Access the polled values using the <code>isKeyDown</code> method. By using this method, it is possible to "m
src/main/java/org/lwjgl/input/Keyboard.java:188
MethodpollKeyboard
(ByteBuffer keyDownBuffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:30
MethodpollKeyboard
(ByteBuffer keyDownBuffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:61
MethodpollMouse
(IntBuffer coord_buffer, ByteBuffer buttons_buffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:52
MethodpollMouse
(IntBuffer coord_buffer, ByteBuffer buttons_buffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:107
MethodpostApply
(String targetClassName, ClassNode targetClass, String mixinClassName, IMixinInfo mixinInfo)
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:67
MethodpreApply
(String targetClassName, ClassNode targetClass, String mixinClassName, IMixinInfo mixinInfo)
src/main/java/com/github/zarzelcow/legacylwjgl3/EarlyRiserLoader.java:63
MethodreadKeyboard
(ByteBuffer readBuffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:35
MethodreadKeyboard
(ByteBuffer readBuffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWKeyboardImplementation.java:68
MethodreadMouse
(ByteBuffer readBuffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:57
MethodreadMouse
(ByteBuffer readBuffer)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:122
Methodreset
()
src/main/java/org/lwjgl/input/Keyboard.java:404
Methodrotate
Rotates the matrix around the given axis the specified angle @param angle the angle, in radians. @param axis The vector representing the rotation axis
src/main/java/org/lwjgl/util/vector/Matrix4f.java:505
Methodscale
(float scale)
src/main/java/org/lwjgl/util/vector/Vector2f.java:238
Methodscale
Scales this matrix @param vec The vector to scale by @return this
src/main/java/org/lwjgl/util/vector/Matrix4f.java:470
Methodscale
(float scale)
src/main/java/org/lwjgl/util/vector/Vector4f.java:254
Methodscale
(float scale)
src/main/java/org/lwjgl/util/vector/Vector3f.java:265
Methodset
Set the X,Y values @param x @param y
src/main/java/org/lwjgl/util/vector/WritableVector2f.java:59
Methodset
Set the X,Y,Z,W values @param x @param y @param z @param w
src/main/java/org/lwjgl/util/vector/WritableVector4f.java:55
MethodsetClipMouseCoordinatesToWindow
(boolean clip)
src/main/java/org/lwjgl/input/Mouse.java:203
MethodsetCursorPosition
Set the position of the cursor. If the cursor is not grabbed, the native cursor is moved to the new position. @param new_x The x coordinate of the ne
src/main/java/org/lwjgl/input/Mouse.java:216
MethodsetCursorPosition
(int x, int y)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/input/CombinedInputImplementation.java:62
MethodsetCursorPosition
(int x, int y)
src/main/java/com/github/zarzelcow/legacylwjgl3/implementation/glfw/GLFWMouseImplementation.java:127
MethodsetFullscreen
* This is a shit code snippet, but at least it works. */
src/main/java/org/lwjgl/opengl/Display.kt:138
MethodsetIdentity
Set this matrix to be the identity matrix. @return this
src/main/java/org/lwjgl/util/vector/Matrix.java:59
MethodsetResizable
src/main/java/org/lwjgl/opengl/Display.kt:230
MethodsetVSyncEnabled
src/main/java/org/lwjgl/opengl/Display.kt:243
MethodsetW
Set the W value @param w
src/main/java/org/lwjgl/util/vector/WritableVector4f.java:46
MethodsetW
Set W @param w
src/main/java/org/lwjgl/util/vector/Vector4f.java:329
MethodsetX
Set X @param x
src/main/java/org/lwjgl/util/vector/Vector2f.java:278
MethodsetX
Set the X value @param x
src/main/java/org/lwjgl/util/vector/WritableVector2f.java:46
MethodsetX
Set X @param x
src/main/java/org/lwjgl/util/vector/Vector4f.java:297
← previousnext →401–500 of 541, ranked by callers