YaST2 Developers Documentation: Mouse configuration



functions
files
intro

Mouse configuration

clients/mouse.ycp
Main client
mouse.ycp is the first instance called in front of the inst_mouse.ycp configuration module we will handle the reprobe case here and the return value from the configuration module which is needed to restore the mouse in special cases

Imports

  • CommandLine
  • Label
  • Mouse
  • Popup
  • Stage
  • Wizard

Local Functions

local MouseRead () -> boolean

read mouse settings

local MouseWrite () -> boolean

write mouse settings

local MouseSummaryHandler (map options) -> boolean

print mouse configuration summary

Parameters:
options

local MouseSequence () -> any

the mouse configuration sequence


YaST2 Developers Documentation