SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLInputDevice.h File Reference
#include <SL.h>
#include <vector>
Include dependency graph for SLInputDevice.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLInputDevice
 Interface for input devices that have to be pollsed. More...
 

Typedefs

typedef vector< SLInputDevice * > SLVInputDevice
 

Detailed Description

Date
January 2015
Authors
Marc Wacker, Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLInputDevice.h.

Typedef Documentation

◆ SLVInputDevice

typedef vector<SLInputDevice*> SLVInputDevice

Definition at line 37 of file SLInputDevice.h.