Galaxie EveLoop 0.1.5 documentation


Navigation:   | Index   | Search   | Top   | Up   |
Table of Content: |

© Copyright 2021-2024, Galaxie EveLoop Team all right reserved.

Top » Module code » glxeveloop.loop.mainloop

Source code for glxeveloop.loop.mainloop

from glxeveloop.loop.singleton import Singleton
from glxeveloop.loop.builder import Builder


[docs] class MainLoop(metaclass=Singleton): @property def loop(self): return self.__loop def __init__(self): self.__loop = Builder().loop()
# def handle_event(self): # pass

Top » Module code » glxeveloop.loop.mainloop

© Copyright 2021-2024, Galaxie EveLoop Team all right reserved.
This page is licensed under the GNU General Public License v3 or later (GPLv3+).
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

Last updated on None.
Created using Sphinx 7.3.7.