PP
|
f5511f4c87
|
Revert "Revert "optimize interface in screen module (#9176)"" (#9490)
This reverts commit b88d4845cc.
|
2021-10-15 10:21:04 +08:00 |
|
pandamicro
|
b88d4845cc
|
Revert "optimize interface in screen module (#9176)"
This reverts commit 4735476945.
|
2021-10-14 23:07:23 +08:00 |
|
PP
|
4735476945
|
optimize interface in screen module (#9176)
* optimize interface in screen module
* remove DPR calculating
* update screen-adapter init
* set screen.resolutionScale as 1 by default
* remove pixelRatio getter in system-info
* remove sys.windowPixelRatio access
* optimize screen.windowSize
update
* convertToCocosScreenSpace
* change resolution-change to window-resize
* fix native UI
update
update UI
update UI
* optimize screen init
* fix subContextView
* fix root resize
* fix precision issue on Metal render end
* sys.windowPixelRatio
* use warnID
* remove screen.convertToCocosScreenSpace
* put private property and method together after public ones
* warnID
* fix landScape on CocosPlay
* fix DPR on vivo platform
* fix CI
|
2021-10-14 22:16:34 +08:00 |
|
PP
|
f433551d1d
|
support system feature query (#9428)
* support feature query in pal/system-info
* support sys.hasFeature and deprecate sys.capabilities
* remove deprecated usage
* support input feature query
update
* IMAGE_BITMAP
* INPUT_TOUCH
* WEBGL
* support WEB_VIEW, VIDEO_PLAYER, SAFE_AREA query
* rename INPUT_XXX to EVENT_XXX
* support device-manager
update
update
update
* add NOTE
* export deviceManager from gfx
* fix circular dependency
* fix wechat devtools
update
* Revert "fix circular dependency"
This reverts commit ba8a6c0e2e.
* Revert "export deviceManager from gfx"
This reverts commit 14b26ca0e3.
* Revert "support device-manager"
This reverts commit 010a910e56.
# Conflicts:
# pal/system-info/enum-type/feature.ts
* update
update
* use INPUT_TOUCH for sys.capabilities
* update
|
2021-10-14 10:29:36 +08:00 |
|
PP
|
81fdaf346d
|
support input module (#9327)
* support input module
* don't export eventManager
|
2021-09-18 19:25:08 +08:00 |
|
PP
|
ccd505ad14
|
migrate Engine Input Event into PAL (#9320)
* optimize input module
* rename
* fix CI
* update input-box.d.ts
|
2021-09-15 13:51:38 +08:00 |
|