Update for pixelWidth/Height reference

This commit is contained in:
REAS
2015-06-21 00:46:05 +02:00
parent 41f8dc4f00
commit c954e2acff
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -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()
*/
+3
View File
@@ -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_