Mouse.begin()

Descripción

Inicia la emulación del ratón conectado a un ordenador. Mouse.begin() debe ser llamada antes de controlar el ordenador. Para finalizar el control, utilice Mouse.end().

Sintaxis

Mouse.begin()

Parámetros

  • Ninguno

Retornos

  • Ninguno

Ejemplo

void setup() { pinMode(2, INPUT); } void loop() { // inicia la biblioteca Mouse cuando se activa el pulsador del ratón if (digitalRead(2) == HIGH) { Mouse.begin(); } }

ARDUINO BUY RECOMMENDATION

Arduino UNO R3
Arduino Starter Kit
Please note: These are Amazon affiliate links. If you buy the components through these links, We will get a commission at no extra cost to you. We appreciate it.

※ OUR MESSAGES