Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import bge
- cont = bge.logic.getCurrentController()
- mouse = cont.sensors["Mouse"]
- print(mouse.position[0] , mouse.position[1])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement