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

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

#include "pandabase.h"
#include "modifierButtons.h"
#include "pointerData.I"

Go to the source code of this file.

Classes

class  PointerData
 Holds the data that might be generated by a 2-d pointer input device, such as the mouse in the GraphicsWindow. More...
 

Enumerations

enum class  PointerType {
  unknown , mouse , finger , stylus ,
  eraser
}
 Contains the types of pointer device. More...
 

Functions

std::ostream & operator<< (std::ostream &out, const PointerData &md)
 

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
drose
Date
1999-02-08

Definition in file pointerData.h.

Enumeration Type Documentation

◆ PointerType

enum class PointerType
strong

Contains the types of pointer device.

Definition at line 25 of file pointerData.h.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const PointerData & md )
inline

Definition at line 68 of file pointerData.I.