This commit is contained in:
erwin coumans
2013-03-15 16:27:54 -07:00
2 changed files with 5 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ public:
{
m_keyboardCallback = keyboardCallback;
}
btKeyboardCallback getKeyboardCallback()
{
return m_keyboardCallback;
}
void setWheelCallback (btWheelCallback wheelCallback)
{

0
build/xcode.command Normal file → Executable file
View File