Class: RemoteDroid::ControlHelper
- Inherits:
-
Object
- Object
- RemoteDroid::ControlHelper
- Defined in:
- lib/remotedroid.rb
Instance Method Summary collapse
-
#initialize(callback) ⇒ ControlHelper
constructor
A new instance of ControlHelper.
Constructor Details
#initialize(callback) ⇒ ControlHelper
Returns a new instance of ControlHelper.
642 643 644 |
# File 'lib/remotedroid.rb', line 642 def initialize(callback) @callback end |