File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -367,6 +367,8 @@ protected void wrapProcessingVariables() {
367367 this .renjinEngine .put ("displayWidth" , displayWidth );
368368 this .renjinEngine .put ("displayHeight" , displayHeight );
369369 this .renjinEngine .put ("focused" , focused );
370+ this .renjinEngine .put ("pixelWidth" , pixelWidth );
371+ this .renjinEngine .put ("pixelHeight" , pixelHeight );
370372 // this.renjinEngine.put("keyPressed", keyPressed);
371373 }
372374
Original file line number Diff line number Diff line change @@ -283,3 +283,12 @@ ARC = RLangPApplet$ARC
283283
284284SPHERE = RLangPApplet $ SPHERE
285285BOX = RLangPApplet $ BOX
286+
287+ CODED = RLangPApplet $ CODED
288+ UP = RLangPApplet $ UP
289+ DOWN = RLangPApplet $ DOWN
290+ LEFT = RLangPApplet $ LEFT
291+ RIGHT = RLangPApplet $ RIGHT
292+ ALT = RLangPApplet $ ALT
293+ CONTROL = RLangPApplet $ CONTROL
294+ SHIFT = RLangPApplet $ SHIFT
You can’t perform that action at this time.
0 commit comments