Panda3D
Functions
graphicsWindowInputDevice.cxx File Reference

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

#include "graphicsWindowInputDevice.h"
#include "graphicsWindow.h"
#include "mouseButton.h"
#include "keyboardButton.h"

Go to the source code of this file.

Functions

 PT (GraphicsWindowInputDevice) GraphicsWindowInputDevice
 This named constructor returns an input device that only has a pointing device, no keyboard. More...
 

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
2000-05-24

Definition in file graphicsWindowInputDevice.cxx.

Function Documentation

◆ PT()

This named constructor returns an input device that only has a pointing device, no keyboard.

This named constructor returns an input device that has both a keyboard and pointer.

This named constructor returns an input device that only has a keyboard, no pointing device.

Definition at line 48 of file graphicsWindowInputDevice.cxx.