# WisejEventArgs.PointerInfo

Namespace: **Wisej.Core**

Assembly: **Wisej.Framework** (4.0.0.0)

Pointer information from the event.

{% tabs %}
{% tab title="C#" %}

```csharp
public struct PointerInfo : ValueType
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Structure PointerInfo
    Implements ValueType
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Button

[MouseButtons](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.mousebuttons): Mouse button.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) IsEmpty

[Boolean](https://docs.microsoft.com/dotnet/api/system.boolean): Indicates whether the PointerInfo properties have been initialize or not.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Location

[Point](https://docs.microsoft.com/dotnet/api/system.drawing.point): Pointer location.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Modifiers

[Keys](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.keys): Keyboard modifiers.

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) WheelDelta

[Int32](https://docs.microsoft.com/dotnet/api/system.int32): Wheel delta.
