struct SDL::Event::TouchFinger
Defined in:
events.cr
Instance Method Summary
-
#dx(*args, **options)
-
#dx(*args, **options, &)
-
#dy(*args, **options)
-
#dy(*args, **options, &)
-
#finger_id
-
#pressure(*args, **options)
-
#pressure(*args, **options, &)
-
#touch_id
-
#x(*args, **options)
-
#x(*args, **options, &)
-
#y(*args, **options)
-
#y(*args, **options, &)
Instance Method Detail
def
dx(*args, **options)
#
def
dx(*args, **options, &)
#
def
dy(*args, **options)
#
def
dy(*args, **options, &)
#
def
pressure(*args, **options)
#
def
pressure(*args, **options, &)
#
def
x(*args, **options)
#
def
x(*args, **options, &)
#
def
y(*args, **options)
#
def
y(*args, **options, &)
#