Event sent from the generic buttons when the button is activated.
__init__ |
Default class constructor. |
GetButtonObj |
Returns the object associated with this event. |
GetIsDown |
Returns True if the button event is “pressed”. |
SetButtonObj |
Sets the event object for the event. |
SetIsDown |
Sets the button event as pressed. |
Event sent from the generic buttons when the button is activated.
Default class constructor.
Parameters: |
|
---|
Returns the object associated with this event.
Returns True
if the button event is “pressed”.
Sets the event object for the event.
Parameters: | btn – the button object. |
---|
Sets the button event as pressed.
Parameters: | isDown – True to set the event as “pressed”, False otherwise. |
---|