mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 13:12:34 +00:00
Removed CheckBox container events
This commit is contained in:
@@ -23,14 +23,6 @@ module CyberarmEngine
|
|||||||
recalculate
|
recalculate
|
||||||
end
|
end
|
||||||
|
|
||||||
def hover(sender)
|
|
||||||
# puts "a-#{Gosu.milliseconds}"
|
|
||||||
end
|
|
||||||
|
|
||||||
def clicked_left_mouse_button(sender, x, y)
|
|
||||||
@toggle_button.clicked_left_mouse_button(sender, x, y)
|
|
||||||
end
|
|
||||||
|
|
||||||
def define_label_singletons
|
def define_label_singletons
|
||||||
@label.define_singleton_method(:_toggle_button) do |button|
|
@label.define_singleton_method(:_toggle_button) do |button|
|
||||||
@_toggle_button = button
|
@_toggle_button = button
|
||||||
|
|||||||
Reference in New Issue
Block a user