Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoRemoteVizClient::MouseButtonEventArg Struct Reference

Structure given when a mouse button event is raised. More...

#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>

+ Inheritance diagram for SoRemoteVizClient::MouseButtonEventArg:

Public Member Functions

 MouseButtonEventArg (SoRemoteVizClient *source, SoMouseButtonEvent *mouseButtonEvent)
 Default constructor.
 
SoRemoteVizClientgetSource () const
 Returns the SoRemoteVizClient node that triggered the event.
 
SoMouseButtonEventgetMouseButtonEvent () const
 Returns the mouse button event.
 

Detailed Description

Structure given when a mouse button event is raised.

Please refer to onMouseButtonEvent event.

Definition at line 497 of file SoRemoteVizClient.h.

Constructor & Destructor Documentation

◆ MouseButtonEventArg()

SoRemoteVizClient::MouseButtonEventArg::MouseButtonEventArg ( SoRemoteVizClient source,
SoMouseButtonEvent mouseButtonEvent 
)
inline

Default constructor.

Definition at line 500 of file SoRemoteVizClient.h.

Member Function Documentation

◆ getMouseButtonEvent()

SoMouseButtonEvent * SoRemoteVizClient::MouseButtonEventArg::getMouseButtonEvent ( ) const
inline

Returns the mouse button event.

Definition at line 507 of file SoRemoteVizClient.h.

◆ getSource()

SoRemoteVizClient * SoRemoteVizClient::MouseButtonEventArg::getSource ( ) const
inline

Returns the SoRemoteVizClient node that triggered the event.

Definition at line 504 of file SoRemoteVizClient.h.


The documentation for this struct was generated from the following file: