mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
tweaks
This commit is contained in:
parent
005ba155c0
commit
4521a142c3
@ -2360,7 +2360,7 @@ int GetTouchPointCount(void)
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// NOTE: Functions with a platform-specific implementation on rcore_<platform>.c
|
||||
//static bool InitGraphicsDevice(int width, int height)
|
||||
//static bool InitPlatform(void)
|
||||
|
||||
// Initialize hi-resolution timer
|
||||
void InitTimer(void)
|
||||
|
||||
@ -1119,7 +1119,7 @@ static void WindowIconifyCallback(GLFWwindow *window, int iconified)
|
||||
// GLFW3 Window Maximize Callback, runs when window is maximized
|
||||
static void WindowMaximizeCallback(GLFWwindow *window, int maximized)
|
||||
{
|
||||
|
||||
// TODO.
|
||||
}
|
||||
|
||||
// GLFW3 WindowFocus Callback, runs when window get/lose focus
|
||||
@ -1157,7 +1157,6 @@ static void WindowDropCallback(GLFWwindow *window, int count, const char **paths
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// GLFW3 Keyboard Callback, runs on key pressed
|
||||
static void KeyCallback(GLFWwindow *window, int key, int scancode, int action, int mods)
|
||||
{
|
||||
@ -1340,7 +1339,6 @@ static void CursorEnterCallback(GLFWwindow *window, int enter)
|
||||
else CORE.Input.Mouse.cursorOnScreen = false;
|
||||
}
|
||||
|
||||
|
||||
// Register fullscreen change events
|
||||
static EM_BOOL EmscriptenFullscreenChangeCallback(int eventType, const EmscriptenFullscreenChangeEvent *event, void *userData)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user