class GUI::Component::MouseInEvent

Overview

Triggered when the mouse enters the bounding box of the Component

Defined in:

component.cr

Constructors

Instance Method Summary

Instance methods inherited from class GUI::Eventable::Event

propagate? : Bool propagate?, stop_propagation stop_propagation

Constructor methods inherited from class GUI::Eventable::Event

new new

Constructor Detail

def self.new(x : Float64, y : Float64) #

[View source]

Instance Method Detail

def x : Float64 #

def y : Float64 #