Skip to content

Commit 0fbc5a0

Browse files
committed
Add hlnative decl
1 parent ddde425 commit 0fbc5a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/sdl/sdl/Sdl.hx

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class Sdl {
220220
return 0;
221221
}
222222

223+
@:hlNative("?sdl", "get_global_mouse_state")
223224
public static function getGlobalMouseState( x : hl.Ref<Int>, y : hl.Ref<Int> ) : Int {
224225
return 0;
225226
}

0 commit comments

Comments
 (0)