> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Button

# Enumeration: Button

Defined in: [index.d.ts:1206](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1206)

Represents a mouse button.

## Enumeration Members

### Back

> **Back**: `3`

Defined in: [index.d.ts:1210](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1210)

***

### Forward

> **Forward**: `4`

Defined in: [index.d.ts:1211](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1211)

***

### Left

> **Left**: `0`

Defined in: [index.d.ts:1207](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1207)

***

### Middle

> **Middle**: `1`

Defined in: [index.d.ts:1208](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1208)

***

### Right

> **Right**: `2`

Defined in: [index.d.ts:1209](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1209)

***

### ScrollDown

> **ScrollDown**: `6`

Defined in: [index.d.ts:1213](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1213)

***

### ScrollLeft

> **ScrollLeft**: `7`

Defined in: [index.d.ts:1214](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1214)

***

### ScrollRight

> **ScrollRight**: `8`

Defined in: [index.d.ts:1215](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1215)

***

### ScrollUp

> **ScrollUp**: `5`

Defined in: [index.d.ts:1212](https://github.com/simular-ai/simulang-js-internal/blob/d2b85c3277cbb16ce50c0781e1db8ad2c8a5690e/index.d.ts#L1212)
