ebiten/internal/uidriver/mobile
Hajime Hoshi 1706d9436a ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame
This change adds these APIs:

  * type FPSModeType
  * func FPSMode
  * func SetFPSMode
  * func ScheduleFrame

and deprecates these APIs:

  * func SetVsyncEnabled
  * func IsVsyncEnabled

Closes #1556
2021-07-24 16:09:13 +09:00
..
graphics_ios.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics_opengl.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
input.go ebiten: Rename HasGamepadStandardLayoutMapping -> IsStandardGamepadLayoutAvailable 2021-07-20 02:46:12 +09:00
keys.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
ui.go ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame 2021-07-24 16:09:13 +09:00