struct SDL::Event::MouseButton
Included Modules
Defined in:
events.cr
Instance Method Summary
-
#button(*args, **options)
-
#button(*args, **options, &)
-
#clicks(*args, **options)
-
#clicks(*args, **options, &)
-
#which(*args, **options)
-
#which(*args, **options, &)
-
#window_id
-
#x(*args, **options)
-
#x(*args, **options, &)
-
#y(*args, **options)
-
#y(*args, **options, &)
Instance Method Detail
def
button(*args, **options)
#
def
button(*args, **options, &)
#
def
clicks(*args, **options)
#
def
clicks(*args, **options, &)
#
def
which(*args, **options)
#
def
which(*args, **options, &)
#
def
x(*args, **options)
#
def
x(*args, **options, &)
#
def
y(*args, **options)
#
def
y(*args, **options, &)
#