YaST2 Developers Documentation: Mouse configuration



functions
files
intro

Mouse configuration

modules/Mouse.ycp
Main module
This module does all mouse related stuff: Detect the mouse and mouse device (create /dev/mouse)

Imports

  • Arch
  • Misc
  • Mode
  • ModuleLoading

Global Functions

global create_info_map () -> map

create_info_map() Creates a YCP map containing all the data necessary for writing the mouse section of the rc.sax file via the isax agent. @param -

Return value:
The YCP map containing the mouse information to be passed to the isax agent.
See:
update()

global xf86_update () -> boolean

update() Updates the mouse settings in the XF86Config file. !!! only XFree 4 !!! @param

Return value:
true - success false - failure
See:
create_info_map()

YaST2 Developers Documentation