From: <sv...@ww...> - 2005-12-05 05:32:20
|
Author: mkrose Date: 2005-12-04 21:32:13 -0800 (Sun, 04 Dec 2005) New Revision: 1723 Modified: trunk/CSP/CSPSim/Tools/HID/README.map Log: Port input interface map format description. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1723 Modified: trunk/CSP/CSPSim/Tools/HID/README.map =================================================================== --- trunk/CSP/CSPSim/Tools/HID/README.map 2005-12-05 05:31:42 UTC (rev 1722) +++ trunk/CSP/CSPSim/Tools/HID/README.map 2005-12-05 05:32:13 UTC (rev 1723) @@ -1,10 +1,8 @@ Input mapping language description. ======================================================================== - - 1 Primary statements - + include filename Processes commands in the specified file. Included files may include additional files to arbitrary depth. The specified @@ -48,7 +46,7 @@ as needed. Use these definitions when declaring devices, and then use the identifiers, rather than the scan codes, to refer to events. - map device:event type [modes] action + map device:event type [modes] action Map an input event to an action. The device here is the label set in one of the prior device statements. The event is a combination of an event identifier for this device (see 'define' above) and @@ -63,4 +61,5 @@ this input event. See the 'script' statement below for details. script - + TODO + |