Class: ForceScreenRotationAction
- Inherits:
-
ScreenAction
- Object
- MacroObject
- Action
- ScreenAction
- ForceScreenRotationAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Screen
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ForceScreenRotationAction
constructor
A new instance of ForceScreenRotationAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ForceScreenRotationAction
Returns a new instance of ForceScreenRotationAction.
3750 3751 3752 3753 3754 3755 3756 3757 3758 |
# File 'lib/ruby-macrodroid.rb', line 3750 def initialize(h={}) = { option: 0 } super(.merge h) end |