Changes between Version 1 and Version 2 of GUI_-_Actions


Ignore:
Timestamp:
Sep 28, 2013, 10:49:45 PM (11 years ago)
Author:
Josh
Comment:

Update "press" action.

Legend:

Unmodified
Added
Removed
Modified
  • GUI_-_Actions

    v1 v2  
    5858
    5959=== Press ===
    60 Executed when the object is triggered (such as when the user clicks a button, or presses the button's hotkey). Properties like sprite_pressed and text_pressed are used during this action.
    61 === PressEnter ===
    62 '''Not yet implemented.''' Should be used for controls like input, where you want to be able to type and just press enter instead of having to select a button with the mouse.
     60Executed when the object is triggered (such as when the user clicks a button, presses enter in a text field, or presses a button's hotkey). Properties like sprite_pressed and text_pressed are used during this action.
    6361=== SelectionChange ===
    6462Used for objects like [wiki:GUI_-_List List] and [wiki:GUI_-_Drop-down Drop-down] when the selection is changed. As of now, setting the selection to what it already is, will still trigger the action.