From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- .../Xserver/hw/dmx/doc/html/dmxinput_8c.html | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html (limited to 'nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html') diff --git a/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html new file mode 100644 index 000000000..09a5ddd05 --- /dev/null +++ b/nx-X11/programs/Xserver/hw/dmx/doc/html/dmxinput_8c.html @@ -0,0 +1,185 @@ + + + + + File Index + + + + +
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+

dmxinput.c File Reference

#include "dmx.h"
+#include "dmxlog.h"
+#include "dmxinput.h"
+#include "inputstr.h"
+#include "input.h"
+ + + + + + + + + + + +

Functions

Bool LegalModifier (unsigned int key, DevicePtr pDev)
void InitInput (int argc, char **argv)
void ProcessInputEvents (void)
void dmxUpdateWindowInfo (DMXUpdateType type, WindowPtr pWindow)
+

Detailed Description

+Provide the main entry points for input initialization and processing that arequired by the dix layer.

Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void dmxUpdateWindowInfo DMXUpdateType  type,
WindowPtr  pWindow
+
+ + + + + +
+   + + +

+This routine is called from #dmxwindow.c whenever the layout of windows on the display might have changed. This information is used by input drivers (currently only the console driver) that provide information about window layout to the user.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void InitInput int  argc,
char **  argv
+
+ + + + + +
+   + + +

+Called from dix/main.c on each server generation to initialize inputs. All the work is done in dmxInputInit.

See also:
dmxInputInit()
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
Bool LegalModifier unsigned int  key,
DevicePtr  pDev
+
+ + + + + +
+   + + +

+Returns TRUE if the key is a valid modifier. For PC-class keyboards, all keys can be used as modifiers, so return TRUE always.

+

+ + + + +
+ + + + + + + + + + +
void ProcessInputEvents void   ) 
+
+ + + + + +
+   + + +

+Called from dix/dispatch.c in Dispatch() whenever input events require processing. All the work is done in the lower level routines.

+


+
+ + Generated June 29, 2004 for Distributed Multihead X by + doxygen + 1.3.4. + + + + + -- cgit v1.2.3