C# (CSharp) TUIO TuioTime - 60 examples found. These are the top rated real world C# (CSharp) examples of TUIO.TuioTime extracted from open source projects. You can rate examples to help us improve the quality of examples.
* The TuioTime class is a simple structure that is used to reprent the time that has elapsed since the session start. * The time is internally represented as seconds and fractions of microseconds which should be more than sufficient for gesture related timing requirements. * Therefore at the beginning of a typical TUIO session the static method initSession() will set the reference time for the session. * Another important static method getSessionTime will return a TuioTime object representing the time elapsed since the session start. * The class also provides various addtional convience method, which allow some simple time arithmetics. *