Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [CCode (cname = "getcurx")]
- public int getcurx();
- [CCode (cname = "getcury")]
- public int getcury();
- public void get_cursor (out int x, out int y) {
- x = getcurx();
- y = getcury();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement