Changeset 111 for Swollen/swollen/keyboardeventhandler.h
- Timestamp:
- Jun 21, 2005, 2:21:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Swollen/swollen/keyboardeventhandler.h
r104 r111 24 24 virtual bool toggleWireframe(); 25 25 virtual bool toggleCulling(); 26 virtual bool toggleRecording(); 26 27 virtual int getTimestep(){return (unsigned int) _timestep;} 27 28 virtual void setTime(float time); … … 31 32 float _tps, _prevtime, _tpsorig; 32 33 bool _paused, _timestepchanged, _togglewireframe, _toggleculling; 34 bool _togglerecording, _recordingplayback, _recordingsave; 33 35 }; 34 36
Note: See TracChangeset
for help on using the changeset viewer.