mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Update for pixelWidth/Height reference
This commit is contained in:
@@ -336,7 +336,7 @@ public class PApplet implements PConstants {
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref environment
|
||||
* @see PApplet#width
|
||||
* @see PApplet#pixelWidth
|
||||
* @see pixelDensity()
|
||||
* @see displayDensity()
|
||||
*/
|
||||
@@ -360,7 +360,7 @@ public class PApplet implements PConstants {
|
||||
* ( end auto-generated )
|
||||
*
|
||||
* @webref environment
|
||||
* @see PApplet#height
|
||||
* @see PApplet#pixelHeight
|
||||
* @see pixelDensity()
|
||||
* @see displayDensity()
|
||||
*/
|
||||
|
||||
@@ -435,6 +435,7 @@ curveVertex FUNCTION1 curveVertex_
|
||||
day FUNCTION1 day_
|
||||
degrees FUNCTION1 degrees_
|
||||
directionalLight FUNCTION1 directionalLight_
|
||||
displayDensity FUNCTION1 displayDensity_
|
||||
displayHeight KEYWORD4 displayHeight
|
||||
displayWidth KEYWORD4 displayWidth
|
||||
dist FUNCTION1 dist_
|
||||
@@ -665,7 +666,9 @@ save FUNCTION2 PImage_save_
|
||||
set FUNCTION2 PImage_set_
|
||||
updatePixels FUNCTION2 PImage_updatePixels_
|
||||
pixelDensity FUNCTION1 pixelDensity_
|
||||
pixelHeight FUNCTION1 pixelHeight_
|
||||
pixels KEYWORD4 pixels
|
||||
pixelWidth KEYWORD4 pixelWidth
|
||||
pmouseX KEYWORD4 pmouseX
|
||||
pmouseY KEYWORD4 pmouseY
|
||||
point FUNCTION1 point_
|
||||
|
||||
Reference in New Issue
Block a user