Class: Configs::Project::Devices

Inherits:
Object
  • Object
show all
Defined in:
docs/000_a_root.rb

Overview

Device configuration

Instance Attribute Summary collapse

Instance Attribute Details

#is_mouse_disabledBoolean

Is mouse disabled

Returns:

  • (Boolean)


223
224
225
# File 'docs/000_a_root.rb', line 223

def is_mouse_disabled
  @is_mouse_disabled
end

#mouse_skinString

Skin of the mouse

Returns:



226
227
228
# File 'docs/000_a_root.rb', line 226

def mouse_skin
  @mouse_skin
end