NutsnBolts
0.1.0
An extension library for Coin
|
#include <cstdio>
#include <Inventor/SbBasic.h>
Go to the source code of this file.
Functions | |
SoEvent * | SoEvent_Clone (const SoEvent *ev) |
void | SoEvent_Dump (FILE *stream, const SoEvent *ev) |
SbBool | SoEvent_Equals (const SoEvent *ev1, const SoEvent *ev2) |
This file implements a couple of functions related to SoEvent objects.
Internal file.
This function clones an event.
Only which buttons and states the event has is copied. Modifier states, time stamps, and window positions are ignored.
void SoEvent_Dump | ( | FILE * | stream, |
const SoEvent * | ev ) |
Dump debug information about event ev to stream stream.