ebiten/mobile/ebitenmobileview
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
..
impl_metal.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
impl_notmetal.go mobile/ebitenmobileview: Bug fix: Compile error on Android 2019-10-09 23:03:22 +09:00
input_android.go ebiten: Add the standard gamepad layout 2021-07-20 01:32:28 +09:00
input_ios.go ebiten: Introduce type TouchID 2020-10-10 03:57:47 +09:00
input.go mobile/ebitenmobileview: Performance improvement at updateInput 2021-03-14 22:24:45 +09:00
keys_android.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
mobile.go ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame 2021-07-24 16:09:13 +09:00