Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bulletphysics/bullet3
/ isConnected
Method
isConnected
examples/SharedMemory/RobotControlExample.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
};
116
117
bool RobotControlExample::isConnected()
118
{
119
return m_physicsClient.isConnected();
120
}
121
122
void MyCallback2(int buttonId, bool buttonState, void* userPtr)
123
{
Callers
1
stepSimulation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected