Class: LeapMotion::Pointable

Inherits:
Object
  • Object
show all
Defined in:
lib/leap_motion.rb,
ext/leap_motion/pointable.cpp

Instance Method Summary collapse

Instance Method Details

#finger?Boolean

Returns:

  • (Boolean)


93
# File 'lib/leap_motion.rb', line 93

def finger?; false; end

#tool?Boolean

Returns:

  • (Boolean)


94
# File 'lib/leap_motion.rb', line 94

def tool?; false; end