class Marionette::Action::PointerMove

Defined in:

Constructors

Instance Method Summary

Instance methods inherited from class Marionette::Action

source_type source_type

Constructor Detail

def self.new(x : Float64, y : Float64, move_duration : Time::Span, origin : Origin) #

Instance Method Detail

def move_duration : Time::Span #

def move_duration=(move_duration : Time::Span) #

def name : String #

def origin : Origin #

def origin=(origin : Origin) #

def x : Float64 #

def x=(x : Float64) #

def y : Float64 #

def y=(y : Float64) #