Implement glfwCreateStandardCursor
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
9cd3529011
commit
da61999de5
3 changed files with 48 additions and 3 deletions
|
|
@ -54,6 +54,7 @@ typedef struct GLFWwindow GLFWwindow;
|
|||
|
||||
GLFWAPI const char* glfwGetClipboardString(GLFWwindow*) { return nullptr; }
|
||||
GLFWAPI void glfwSetClipboardString(GLFWwindow*, const char*) {}
|
||||
GLFWAPI GLFWcursor* glfwCreateStandardCursor(int) { return nullptr; }
|
||||
GLFWAPI void glfwSetCursor(GLFWwindow*, GLFWcursor*) {}
|
||||
GLFWAPI const char* glfwGetKeyName(int, int) { return nullptr; }
|
||||
GLFWAPI int glfwGetKeyScancode(int) { return 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue