Class: Configs::Project::Devices

Inherits:
Object
  • Object
show all
Defined in:
scripts/00021 ProjectConfig.rb

Overview

Device configuration

Instance Attribute Summary collapse

Instance Attribute Details

#is_mouse_disabledBoolean

Is mouse disabled

Returns:

  • (Boolean)


8
9
10
# File 'scripts/00021 ProjectConfig.rb', line 8

def is_mouse_disabled
  @is_mouse_disabled
end

#mouse_skinString

Skin of the mouse

Returns:



12
13
14
# File 'scripts/00021 ProjectConfig.rb', line 12

def mouse_skin
  @mouse_skin
end