mirror of https://github.com/axmolengine/axmol.git
fix editbox can't input on macos 10.12 (#16842)
* fix editbox can't input on macos 10.12 fix editbox can't input characters on mac os 10.12 * update external to 114
This commit is contained in:
parent
f99dae383f
commit
ee8305ed52
|
@ -135,6 +135,8 @@
|
|||
- (void)openKeyboard
|
||||
{
|
||||
[self.window.contentView addSubview:self.textInput];
|
||||
//FIXME: it will cause a few OpenGL error once, should be fix when glfw version upgraded.
|
||||
self.window.contentView.wantsLayer = YES;
|
||||
if (![self.textInput isKindOfClass:[NSTextView class]]) {
|
||||
[self.textInput becomeFirstResponder];
|
||||
}else {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version":"v3-deps-113",
|
||||
"version":"v3-deps-114",
|
||||
"zip_file_size":"135533806",
|
||||
"repo_name":"cocos2d-x-3rd-party-libs-bin",
|
||||
"repo_parent":"https://github.com/cocos2d/",
|
||||
|
|
Loading…
Reference in New Issue