From c7b9db0d1bf3ae55c7e70207c636ced8606902ec Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 6 Sep 2023 22:40:08 -0400 Subject: add some more widgets, cleanup --- guide-src/widget-inputs.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'guide-src/widget-inputs.html') diff --git a/guide-src/widget-inputs.html b/guide-src/widget-inputs.html index f0e8bdb..048c75f 100644 --- a/guide-src/widget-inputs.html +++ b/guide-src/widget-inputs.html @@ -25,7 +25,7 @@ all of pugl's built-in values begin with a . to distinguish them from your widgets. here they all are. below, float refers to a plain old number, -vec2 is a 2-component vector, etc. +vec2 is a 2D vector, etc. @@ -37,5 +37,6 @@ below, float refers to a plain old number, +
.mouse01vec2the position of the mouse ranging from (0, 0) to (+1, +1).
.pifloatπ (3.1415…).
.2pifloat2π (6.2831…).
.efloat𝑒 (2.7182…).
-- cgit v1.2.3