mach: add setCursorMode (desktop only for now)
This commit is contained in:
parent
2c65845aed
commit
78dfa2df6b
5 changed files with 31 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ fn Interface(comptime T: type) type {
|
|||
assertHasDecl(T.Platform, "getFramebufferSize");
|
||||
assertHasDecl(T.Platform, "getWindowSize");
|
||||
assertHasDecl(T.Platform, "setMouseCursor");
|
||||
assertHasDecl(T.Platform, "setCursorMode");
|
||||
assertHasDecl(T.Platform, "hasEvent");
|
||||
assertHasDecl(T.Platform, "pollEvent");
|
||||
assertHasDecl(T.BackingTimer, "start");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue