| 256 | } |
| 257 | |
| 258 | void PhysXSampleApplication::updateEngine() |
| 259 | { |
| 260 | if(mInputEventBuffer) |
| 261 | mInputEventBuffer->flush(); |
| 262 | if(mSwitchSample) |
| 263 | switchSample(); |
| 264 | onDraw(); |
| 265 | } |
| 266 | |
| 267 | const char* PhysXSampleApplication::inputInfoMsg(const char* firstPart,const char* secondPart, PxI32 inputEventId1, PxI32 inputEventId2) |
| 268 | { |