We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Mouse support for JSB
Mouse support for JSB
Bug #4119 [Closed]
Redmine issue system is closed, we are using github issue system instead.
This issue was moved to https://github.com/cocos2d/cocos2d-x/issues/8351
Status: | Closed | |
---|---|---|
Start date: | 2014-02-21 | |
Priority: | Low | |
Due date: | ||
Assignee: | - | |
% Done: | 0% |
|
Category: | all | |
Target version: | - |
Hi, currently platform is set as "mobile" even when JSB is executed from a pc.
See cocos2d_specifics.cpp and ScriptingCore.cpp. This direct consequence is that "mouse" is not is system capabilities.
In "cocos2d_specifics.cpp" we can see that "touch" functions are implemented, but not "mouse" ones.