ScreenEvent.lua 165 B

12345678910
  1. require "Polycode/Event"
  2. class "ScreenEvent" (Event)
  3. function ScreenEvent:ScreenEvent()
  4. if self.__ptr == nil then
  5. self.__ptr = Polycore.ScreenEvent()
  6. end
  7. end