From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxxinput_8c.html | 486 +++++++++++--------------- 1 file changed, 209 insertions(+), 277 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxxinput_8c.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxxinput_8c.html b/xorg-server/hw/dmx/doc/html/dmxxinput_8c.html index bd64864a1..eebbd60c6 100644 --- a/xorg-server/hw/dmx/doc/html/dmxxinput_8c.html +++ b/xorg-server/hw/dmx/doc/html/dmxxinput_8c.html @@ -6,382 +6,314 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxxinput.c File Reference

#include "X.h"
-#include "Xproto.h"
-#include "inputstr.h"
-#include "XI.h"
-#include "XIproto.h"
-#include "XIstubs.h"
-#include "mipointer.h"
-#include "dmxinputinit.h"
-#include "exevents.h"
- - - - - - - - - - - - - - - - - - - + + +
+

dmxxinput.c File Reference

#include <X11/X.h>
+#include <X11/Xproto.h>
+#include "inputstr.h"
+#include <X11/extensions/XI.h>
+#include <X11/extensions/XIproto.h>
+#include "XIstubs.h"
+#include "mipointer.h"
+#include "dmxinputinit.h"
+#include "exevents.h"
+

Functions

int ChangeKeyboardDevice (DeviceIntPtr old_dev, DeviceIntPtr new_dev)
int ChangePointerDevice (DeviceIntPtr old_dev, DeviceIntPtr new_dev, unsigned char x, unsigned char y)
void CloseInputDevice (DeviceIntPtr d, ClientPtr client)
void AddOtherInputDevices (void)
void OpenInputDevice (DeviceIntPtr dev, ClientPtr client, int *status)
int SetDeviceMode (ClientPtr client, DeviceIntPtr dev, int mode)
int SetDeviceValuators (ClientPtr client, DeviceIntPtr dev, int *valuators, int first_valuator, int num_valuators)
int ChangeDeviceControl (ClientPtr client, DeviceIntPtr dev, xDeviceCtl *control)
+ + + + + + + + +

Functions

int ChangeKeyboardDevice (DeviceIntPtr old_dev, DeviceIntPtr new_dev)
int ChangePointerDevice (DeviceIntPtr old_dev, DeviceIntPtr new_dev, unsigned char x, unsigned char y)
void CloseInputDevice (DeviceIntPtr d, ClientPtr client)
void AddOtherInputDevices (void)
void OpenInputDevice (DeviceIntPtr dev, ClientPtr client, int *status)
int SetDeviceMode (ClientPtr client, DeviceIntPtr dev, int mode)
int SetDeviceValuators (ClientPtr client, DeviceIntPtr dev, int *valuators, int first_valuator, int num_valuators)
int ChangeDeviceControl (ClientPtr client, DeviceIntPtr dev, xDeviceCtl *control)
-

Detailed Description

-This file implements support required by the XINPUT extension.

Function Documentation

-

- - - - -
- +

Detailed Description

+

This file implements support required by the XINPUT extension.

+

Function Documentation

+ +
+
+
- - - - - - + + + + + + -
void AddOtherInputDevices void   ) void AddOtherInputDevices (void  ) 
-
- - - - - -
-   - + +
+

This is not required by the XINPUT model that DMX uses.

-

-This is not required by the XINPUT model that DMX uses.

-

- - - - -
- + + + +
+
+
- - - - + + + + + - - - + + + - - - + + - - + + -
int ChangeDeviceControl ClientPtr  client, int ChangeDeviceControl (ClientPtr  client,
DeviceIntPtr  dev, DeviceIntPtr  dev,
xDeviceCtl *  controlxDeviceCtl *  control 
)
-
- - - - - -
-   - + +
+

Change device control. This is not implemented.

-

-Change device control. This is not implemented.

-

- - - - -
- + + + +
+
+
- - - - + + + + + - - - + + - - + + -
int ChangeKeyboardDevice DeviceIntPtr  old_dev, int ChangeKeyboardDevice (DeviceIntPtr  old_dev,
DeviceIntPtr  new_devDeviceIntPtr  new_dev 
)
-
- - - - - -
-   - + +
+

Change the core keyboard from old_dev to new_dev. Currently this is not implemented.

-

-Change the core keyboard from old_dev to new_dev. Currently this is not implemented.

-

- - - - -
- +

References dmxLocalCorePointer, _DMXLocalInputInfo::isCore, _DMXLocalInputInfo::savedSendsCore, and _DMXLocalInputInfo::sendsCore.

+ + + + +
+
+
- - - - + + + + + - - - + + + - - - + + + - - - + + - - + + -
int ChangePointerDevice DeviceIntPtr  old_dev, int ChangePointerDevice (DeviceIntPtr  old_dev,
DeviceIntPtr  new_dev, DeviceIntPtr  new_dev,
unsigned char  x, unsigned char  x,
unsigned char  yunsigned char  y 
)
-
- - - - - -
-   - + +
+

Change the core pointer from old_dev to new_dev.

-

-Change the core pointer from old_dev to new_dev.

-

- - - - -
- +

References dmxLocalCorePointer, _DMXLocalInputInfo::isCore, _DMXLocalInputInfo::savedMotionEvents, _DMXLocalInputInfo::savedMotionProc, _DMXLocalInputInfo::savedSendsCore, and _DMXLocalInputInfo::sendsCore.

+ + + + +
+
+
- - - - + + + + + - - - + + - - + + -
void CloseInputDevice DeviceIntPtr  d, void CloseInputDevice (DeviceIntPtr  d,
ClientPtr  clientClientPtr  client 
)
-
- - - - - -
-   - + +
+

Close the input device. This is not required by the XINPUT model that DMX uses.

-

-Close the input device. This is not required by the XINPUT model that DMX uses.

-

- - - - -
- + + + +
+
+
- - - - + + + + + - - - + + + - - - + + - - + + -
void OpenInputDevice DeviceIntPtr  dev, void OpenInputDevice (DeviceIntPtr  dev,
ClientPtr  client, ClientPtr  client,
int *  statusint *  status 
)
-
- - - - - -
-   - + +
+

Open an input device. This is not required by the XINPUT model that DMX uses.

-

-Open an input device. This is not required by the XINPUT model that DMX uses.

-

- - - - -
- + + + +
+
+
- - - - + + + + + - - - + + + - - - + + - - + + -
int SetDeviceMode ClientPtr  client, int SetDeviceMode (ClientPtr  client,
DeviceIntPtr  dev, DeviceIntPtr  dev,
int  modeint  mode 
)
-
- - - - - -
-   - + +
+

Set device mode to mode. This is not implemented.

-

-Set device mode to mode. This is not implemented.

-

- - - - -
- + + + +
+
+
- - - - + + + + + - - - + + + - - - + + + - - - + + + - - - + + - - + + -
int SetDeviceValuators ClientPtr  client, int SetDeviceValuators (ClientPtr  client,
DeviceIntPtr  dev, DeviceIntPtr  dev,
int *  valuators, int *  valuators,
int  first_valuator, int  first_valuator,
int  num_valuatorsint  num_valuators 
)
-
- - - - - -
-   - + +
+

Set device valuators. This is not implemented.

-

-Set device valuators. This is not implemented.

+ + +


-- cgit v1.2.3