From 582619fecb345f97932252c675eb73d9d06d7dc8 Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 16 Mar 2026 11:42:41 +0100 Subject: [PATCH] Add mouse.wheel --- mouse.wheel.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mouse.wheel.md diff --git a/mouse.wheel.md b/mouse.wheel.md new file mode 100644 index 0000000..0676255 --- /dev/null +++ b/mouse.wheel.md @@ -0,0 +1,10 @@ +# mouse.wheel() +Retorna el valor de la roda del ratolí. + +### Torna +Un número indicant el moviment de la roda. + +### Exemple +``` +local w = mouse.wheel() +```