The INI File: 2.17 Categories in the INI File: [mouse]

Up: GEOS SDK TechDocs | Up | Prev: 2.16 [<modem name>] | Next: 2.18 [net library]

The mouse category defines the mouse driver and specifics of the mouse attached to the GEOS system. Both the device and driver keys are required; the others are optional.

device

device = <device name>

This key defines the type of mouse attached. It must be the full device name and is typically set during setup of the system.

device = Logitech Bus Mouse
device = No idea

driver

driver = <file name>

This key defines the file name of the mouse driver in use.

logibus.geo
logibuse.geo
genmouse.geo

info

info = <number>

This key defines the "extra word" of data for the mouse. This is an internal structure set by the mouse driver.

irq

irq = <number>

This key allows you to set the interrupt level of a mouse that needs it; most mice do not need to be told their interrupt level.

irq = 4

port

port = <number>

This key specifies the port of a serial mouse, if necessary. The port number is one, two, three, or four, appropriate to the COM port being used.

port = 3

Up: GEOS SDK TechDocs | Up | Prev: 2.16 [<modem name>] | Next: 2.18 [net library]