From bc18786a3d7b058bd2579ba1381e278a17fed40c Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 28 Apr 2010 14:37:15 +0000 Subject: Removed files not in the git repository --- .../hw/dmx/doc/html/struct__DMXLocalInputInfo.html | 769 --------------------- 1 file changed, 769 deletions(-) delete mode 100644 xorg-server/hw/dmx/doc/html/struct__DMXLocalInputInfo.html (limited to 'xorg-server/hw/dmx/doc/html/struct__DMXLocalInputInfo.html') diff --git a/xorg-server/hw/dmx/doc/html/struct__DMXLocalInputInfo.html b/xorg-server/hw/dmx/doc/html/struct__DMXLocalInputInfo.html deleted file mode 100644 index 8a3ee7cc4..000000000 --- a/xorg-server/hw/dmx/doc/html/struct__DMXLocalInputInfo.html +++ /dev/null @@ -1,769 +0,0 @@ - - - - - File Index - - - - - -
-

_DMXLocalInputInfo Struct Reference

-

#include <dmxinputinit.h>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Data Fields

const char * name
DMXLocalInputType type
DMXLocalInputExtType extType
int binding
dmxCreatePrivateProcPtr create_private
dmxDestroyPrivateProcPtr destroy_private
dmxInitProcPtr init
dmxReInitProcPtr reinit
dmxLateReInitProcPtr latereinit
dmxGetInfoProcPtr get_info
dmxOnProcPtr on
dmxOffProcPtr off
dmxUpdatePositionProcPtr update_position
dmxVTPreSwitchProcPtr vt_pre_switch
dmxVTPostSwitchProcPtr vt_post_switch
dmxVTSwitchProcPtr vt_switch
dmxCollectEventsProcPtr collect_events
dmxProcessInputProcPtr process_input
dmxFunctionsProcPtr functions
dmxUpdateInfoProcPtr update_info
dmxMCtrlProcPtr mCtrl
dmxKBCtrlProcPtr kCtrl
dmxKBBellProcPtr kBell
pointer private
int isCore
int sendsCore
KeybdCtrl kctrl
PtrCtrl mctrl
DeviceIntPtr pDevice
int inputIdx
int lastX
int lastY
int head
int tail
unsigned long * history
int * valuators
int(* savedMotionProc )(DeviceIntPtr, xTimecoord *, unsigned long, unsigned long, ScreenPtr)
int savedMotionEvents
int savedSendsCore
DMXEventMap map [DMX_MAP_ENTRIES]
int mapOptimize
long deviceId
const char * deviceName
-

Detailed Description

-

This is the device-independent structure used by the low-level input routines. The contents are not exposed to top-level .c files (except dmxextensions.c).

-
See also:
dmxinput.h
-
-dmxextensions.c
-

Field Documentation

- -
- -
-

Count of how many consecutive structs are bound to the same device

- -

Referenced by dmxApplyFunctions(), dmxCollectAll(), dmxCoreMotion(), dmxProcessInputEvents(), and dmxUpdateWindowInformation().

- -
-
- -
- -
-

Collect and enqueue events from the device

- -

Referenced by dmxCollectAll(), and dmxSigioHandler().

- -
-
- -
- -
-

Create device-dependent private

- -

Referenced by dmxAddDevice().

- -
-
- -
- -
-

Destroy device-dependent private

- -

Referenced by dmxInputFreeLocal().

- -
-
- - - -
-
- - - - -
const char* _DMXLocalInputInfo::deviceName
-
-
-

devive name on remote side, if any

- -

Referenced by dmxInputFreeLocal(), dmxInputLogDevices(), and dmxInputScanForExtensions().

- -
-
- - - - - -
- -
-

Get device information

- -
-
- -
-
- - - - -
int _DMXLocalInputInfo::head
-
-
-

XInput motion history head

- -
-
- -
-
- - - - -
unsigned long* _DMXLocalInputInfo::history
-
-
-

XInput motion history

- -

Referenced by dmxInputFreeLocal().

- -
-
- -
- -
-

Initialize device

- -
-
- - - - - -
- -
-

Bell control

- -

Referenced by _dmxKeyboardBellProc().

- -
-
- -
-
- - - - -
KeybdCtrl _DMXLocalInputInfo::kctrl
-
-
-

Keyboard control

- -

Referenced by _dmxKeyboardBellProc(), and _dmxKeyboardKbdCtrlProc().

- -
-
- -
- -
-

Keyboard control

- -

Referenced by _dmxKeyboardKbdCtrlProc().

- -
-
- -
-
- - - - -
int _DMXLocalInputInfo::lastX
-
-
- -

Referenced by dmxExtMotion().

- -
-
- -
-
- - - - -
int _DMXLocalInputInfo::lastY
-
-
-

Last known position; for XInput in dmxevents.c

- -

Referenced by dmxExtMotion().

- -
-
- -
- -
-

Reinitialize a device (called very late during a reconfiguration)

- -

Referenced by dmxInputLateReInit().

- -
-
- -
-
- - - - -
DMXEventMap _DMXLocalInputInfo::map[DMX_MAP_ENTRIES]
-
-
-

XInput device id map

- -

Referenced by dmxMapClear(), dmxMapInsert(), and dmxMapLookup().

- -
-
- -
- -
-

XInput device id map optimization

- -

Referenced by dmxMapClear(), dmxMapInsert(), and dmxMapLookup().

- -
-
- -
-
- - - - -
PtrCtrl _DMXLocalInputInfo::mctrl
-
-
-

Pointer control

- -

Referenced by _dmxChangePointerControl().

- -
-
- -
- -
-

Pointer control

- -

Referenced by _dmxChangePointerControl().

- -
-
- -
-
- - - - -
const char* _DMXLocalInputInfo::name
-
-
-

Device name

- -

Referenced by dmxAddDevice(), dmxLookupLocal(), and dmxPopulateLocal().

- -
-
- -
- -
-

Turn device off

- -
-
- -
- -
-

Turn device on

- -
-
- - - - - -
- -
-

Process event (from queue)

- -

Referenced by dmxProcessInputEvents().

- -
-
- -
- -
-

Reinitialize device (during a reconfiguration)

- -

Referenced by dmxInputReInit().

- -
-
- -
- -
-

Saved motion events

- -

Referenced by ChangePointerDevice().

- -
-
- -
-
- - - - -
int(* _DMXLocalInputInfo::savedMotionProc)(DeviceIntPtr, xTimecoord *, unsigned long, unsigned long, ScreenPtr)
-
-
- -

Referenced by ChangePointerDevice().

- -
-
- -
- -
-

Saved sends-core flag

- -

Referenced by ChangeKeyboardDevice(), ChangePointerDevice(), and dmxInputCopyLocal().

- -
-
- - - -
-
- - - - -
int _DMXLocalInputInfo::tail
-
-
-

XInput motion history tail

- -
-
- - - -
- -
-

Update window layout information

- -

Referenced by dmxUpdateWindowInformation().

- -
-
- -
- -
-

Called when another device updates the cursor position

- -

Referenced by dmxCoreMotion(), and dmxExtMotion().

- -
-
- -
- -
-

Cache of previous values

- -

Referenced by dmxInputFreeLocal().

- -
-
- -
- -
-

Called after a VT switch

- -

Referenced by dmxSwitchReturn().

- -
-
- -
- -
-

Called before a VT switch

- -

Referenced by dmxWakeupHandler().

- -
-
- -
- -
-

Causes a VT switch

- -

Referenced by dmxWakeupHandler().

- -
-
-
The documentation for this struct was generated from the following file: -
-
-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3