Added mouse lock.
This commit is contained in:
parent
165e98c60b
commit
f513da8b67
6 changed files with 75 additions and 0 deletions
examples/common
|
@ -32,6 +32,10 @@ namespace entry
|
|||
{
|
||||
}
|
||||
|
||||
void setMouseLock(bool _lock)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace entry
|
||||
|
||||
extern int _main_(int _argc, char** _argv);
|
||||
|
|
Reference in a new issue