DGS Events and GUI Events: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This page outlines some of the places Grand Theft Auto San Andreas can be bought digitally and played with MTASA (sometimes with an automatic downgrade step). Not all of thes...") |
No edit summary |
||
(33 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page | <pageclass class="#0080F0" subcaption=""></pageclass> | ||
<div style="background: #C0D0FF; border: 3px solid #C0D0FF;"> | |||
This page shows the events between '''[[Dgs|DGS]]''' and '''GUI'''. If you want to convert '''GUI''' to '''[[Dgs|DGS]]''', Please read following table.</div> | |||
{| class="wikitable" style="width: 800px; text-align: center; table-layout: fixed;" | |||
|- | |||
{| class="wikitable" style="width: | !GUI Events | ||
!DGS Events | |||
|- | |||
|[[onClientGUIAccepted]] | |||
|[[onDgsEditAccepted]] | |||
|- | |||
|[[onClientGUIBlur]] | |||
|[[onDgsBlur]] | |||
|- | |||
|[[onClientGUIChanged]] | |||
|[[onDgsTextChange]] | |||
|- | |||
|[[onClientGUIMouseUp]] | |||
|[[onDgsMouseUp]] | |||
|- | |- | ||
|[[onClientGUIMouseDown]] | |||
|[[onDgsMouseDown]] | |||
|- | |- | ||
|[ | |[[onClientGUIClick]] | ||
| | |[[onDgsMouseClickUp]] | ||
|- | |- | ||
| | |[[onClientGUIComboBoxAccepted]] | ||
| | |[[onDgsComboBoxSelect]] | ||
|- | |- | ||
| | |[[onClientGUIDoubleClick]] | ||
| | |[[onDgsMouseDoubleClick]] | ||
|- | |- | ||
|[ | |[[onClientGUIFocus]] | ||
| | |[[onDgsFocus]] | ||
|- | |- | ||
|[ | |[[onClientGUIMove]] | ||
|[[onDgsPositionChange]] | |||
|- | |- | ||
|[ | |[[onClientGUISize]] | ||
|[[onDgsSizeChange]] | |||
|- | |- | ||
|[ | |[[onClientGUIScroll]] | ||
|[[onDgsElementScroll]] | |||
|- | |- | ||
|[ | |[[onClientGUITabSwitched]] | ||
|[[onDgsTabSelect]] | |||
|- | |- | ||
|[ | |[[onClientMouseEnter]] | ||
|[[onDgsMouseEnter]] | |||
|- | |- | ||
|[[onClientMouseLeave]] | |||
|[[onDgsMouseLeave]] | |||
|- | |- | ||
| | |[[onClientMouseMove]] | ||
| | |[[onDgsCursorMove]] | ||
|- | |- | ||
|[[onClientMouseWheel]] | |||
|[[onDgsMouseWheel]] | |||
|} | |||
==See Also== | |||
[[DGS Functions and GUI Functions]] | |||
[[ |
Latest revision as of 15:37, 16 May 2021
This page shows the events between DGS and GUI. If you want to convert GUI to DGS, Please read following table.