ADDED: SetWindowFocused()
#3142
This commit is contained in:
parent
5361d498c3
commit
d1ab031a27
2 changed files with 9 additions and 0 deletions
|
@ -1705,6 +1705,14 @@ void SetWindowOpacity(float opacity)
|
|||
#endif
|
||||
}
|
||||
|
||||
// Set window focused
|
||||
void SetWindowFocused(void)
|
||||
{
|
||||
#if defined(PLATFORM_DESKTOP)
|
||||
glfwFocusWindow(CORE.Window.handle);
|
||||
#endif
|
||||
}
|
||||
|
||||
// Get current screen width
|
||||
int GetScreenWidth(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue