We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7632947 commit bd6e262Copy full SHA for bd6e262
lib/button.enum.ts
@@ -1,3 +1,6 @@
1
+/**
2
+ * {@link Button} enum represents clickable buttons of a mouse
3
+ */
4
export enum Button {
5
LEFT,
6
MIDDLE,
0 commit comments