# DoubleClickAction
## Properties
**r#type** | **String** | Specifies the event type. For a double click action, this property is always set to `double_click`. |
**x** | **i32** | The x-coordinate where the double click occurred. |
**y** | **i32** | The y-coordinate where the double click occurred. |
**keys** | Option<**Vec<String>**> | The keys being held while double-clicking. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)