Module: LeapMotion::Events

Included in:
Listener
Defined in:
lib/leap_motion.rb

Instance Method Summary collapse

Instance Method Details

#on_connect(controller) ⇒ Object



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

def on_connect controller; end

#on_disconnect(controller) ⇒ Object



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

def on_disconnect controller; end

#on_exit(controller) ⇒ Object



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

def on_exit controller; end

#on_focus_gained(controller) ⇒ Object



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

def on_focus_gained controller; end

#on_focus_lost(controller) ⇒ Object



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

def on_focus_lost controller; end

#on_frame(controller) ⇒ Object



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

def on_frame controller; end

#on_init(controller) ⇒ Object



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

def on_init controller; end