Panda3D
Loading...
Searching...
No Matches
Classes | Functions
inputDevice.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "buttonEvent.h"
#include "buttonEventList.h"
#include "pointerEvent.h"
#include "pointerEventList.h"
#include "pointerData.h"
#include "trackerData.h"
#include "clockObject.h"
#include "pdeque.h"
#include "pvector.h"
#include "lightMutex.h"
#include "lightMutexHolder.h"
#include "inputDevice.I"

Go to the source code of this file.

Classes

class  InputDevice::AxisState
 
class  InputDevice::BatteryData
 
class  InputDevice::ButtonState
 
class  InputDevice
 This is a structure representing a single input device. More...
 

Functions

std::ostream & operator<< (std::ostream &out, const InputDevice &device)
 
EXPCL_PANDA_DEVICE std::ostream & operator<< (std::ostream &out, InputDevice::Axis axis)
 
EXPCL_PANDA_DEVICE std::ostream & operator<< (std::ostream &out, InputDevice::DeviceClass dc)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2015-12-11

Definition in file inputDevice.h.

Function Documentation

◆ operator<<() [1/3]

std::ostream & operator<< ( std::ostream & out,
const InputDevice & device )
inline

Definition at line 364 of file inputDevice.h.

◆ operator<<() [2/3]

EXPCL_PANDA_DEVICE std::ostream & operator<< ( std::ostream & out,
InputDevice::Axis axis )

Definition at line 663 of file inputDevice.cxx.

◆ operator<<() [3/3]

EXPCL_PANDA_DEVICE std::ostream & operator<< ( std::ostream & out,
InputDevice::DeviceClass dc )

Definition at line 657 of file inputDevice.cxx.