class

OpenAI::DoubleClickAction

Inherits JSON::Serializable < Reference < Object

A double click action.

Constructors

new(type_value : DoubleClickActionType = DoubleClickActionType::DoubleClick, x : Int64 = 0, y : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

Specifies the event type. For a double click action, this property is always set to double_click.

Source
type_value=(type_value : DoubleClickActionType)

Specifies the event type. For a double click action, this property is always set to double_click.

Source
x

The x-coordinate where the double click occurred.

Source
x=(x : Int64)

The x-coordinate where the double click occurred.

Source
y

The y-coordinate where the double click occurred.

Source
y=(y : Int64)

The y-coordinate where the double click occurred.

Source