Class: Configs::Project::Devices
- Defined in:
- scripts/00021 ProjectConfig.rb
Overview
Device configuration
Instance Attribute Summary collapse
-
#is_mouse_disabled ⇒ Boolean
Is mouse disabled.
-
#mouse_skin ⇒ String
Skin of the mouse.
Instance Attribute Details
#is_mouse_disabled ⇒ Boolean
Is mouse disabled
8 9 10 |
# File 'scripts/00021 ProjectConfig.rb', line 8 def is_mouse_disabled @is_mouse_disabled end |
#mouse_skin ⇒ String
Skin of the mouse
12 13 14 |
# File 'scripts/00021 ProjectConfig.rb', line 12 def mouse_skin @mouse_skin end |