Module component.Event
Functions
Event:init (context, mouseLocation, keysHeld, time) | Initializes the Event object |
Event:load (lib) | Loads the Event class, automatically called when it's required by LoveUI |
Functions
- Event:init (context, mouseLocation, keysHeld, time)
-
Initializes the Event object
Parameters
- context: Context
- mouseLocation: table
- keysHeld: table
- time: number
Return value:
Event - Event:load (lib)
-
Loads the Event class, automatically called when it's required by LoveUI
Parameters
- lib: table
Return value:
class