# PressRight

Called when an [onClickRight](https://docs.mitschmr-studios.io/skills/skills/api-documentation/buttonactionsskills/fields/onclickright) event is fired.&#x20;

Triggers the execution of the methods defined in the editor (similar to the `Call Methods` action).&#x20;

### Implementation

```csharp
protected virtual void PressRight();
```
