add missing method in OSX
This commit is contained in:
@@ -56,8 +56,12 @@ public:
|
|||||||
{
|
{
|
||||||
m_keyboardCallback = keyboardCallback;
|
m_keyboardCallback = keyboardCallback;
|
||||||
}
|
}
|
||||||
|
btKeyboardCallback getKeyboardCallback()
|
||||||
|
{
|
||||||
|
return m_keyboardCallback;
|
||||||
|
}
|
||||||
|
|
||||||
void setWheelCallback (btWheelCallback wheelCallback)
|
void setWheelCallback (btWheelCallback wheelCallback)
|
||||||
{
|
{
|
||||||
m_wheelCallback = wheelCallback;
|
m_wheelCallback = wheelCallback;
|
||||||
}
|
}
|
||||||
|
|||||||
0
build/xcode.command
Normal file → Executable file
0
build/xcode.command
Normal file → Executable file
Reference in New Issue
Block a user