Function getMousePos

#include <Geode/utils/cocos.hpp>cocos2d::CCPointgetMousePos()

Gets the mouse position in cocos2d coordinates. On mobile platforms this will probably return (0, 0)

Return value
The mouse position
Examples0