Class: Configs::Project::Devices
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
223 224 225 |
# File 'docs/000_a_root.rb', line 223 def is_mouse_disabled @is_mouse_disabled end |
#mouse_skin ⇒ String
Skin of the mouse
226 227 228 |
# File 'docs/000_a_root.rb', line 226 def mouse_skin @mouse_skin end |