23#ifndef SO_INTERACTION_ELEMENT_H
24#define SO_INTERACTION_ELEMENT_H
26#include <Inventor/elements/SoInt32Element.h>
40SoEXTENDER_Documented
class SoInteractionElement :
public SoElement
42 SO_ELEMENT_HEADER(SoInteractionElement);
72 virtual void commonInit();
75 virtual SbBool matches(
const SoElement* elt)
const;
78 virtual SoElement* copyMatchInfo()
const;
81 static void initClass();
82 static void exitClass();
87 void setElt(
SoState *state,
bool moving);
89 virtual ~SoInteractionElement();
100 } m_interactionInfos;
static bool isInteracting(SoState *state)
Returns TRUE if a user interaction with the viewer is in progress.
static void set(SoState *state, bool moving)
Sets the current interaction in the state.
static uint32_t getElapsedFrames(SoState *state)
Return number of frames since last interaction flag change.
static double getElapsedSeconds(SoState *state)
Return number of seconds since last interaction flag change.