guides:programming:programmers_reference_manual:get_current_event

GET_CURRENT_EVENT Function

Retrieves the current event.

currEvent = Get_Current_Event()

This function does not accept parameters.

The name of the current event.

/* On any event place the following code and the message will display the event.

For example if on the CLICK of a button you were to call the function, it would return "CLICK".

*/

declare function Get_Current_Event

thisEvent = Get_Current_Event()
 
 
 
 
  • guides/programming/programmers_reference_manual/get_current_event.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1