blob: 88650f3cb9491f060f065bb9c0a30484c7f91b3e [file] [log] [blame]
#![allow(unused_imports)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `GamepadHand` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `GamepadHand`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum GamepadHand {
None = "",
Left = "left",
Right = "right",
}