DGS Events and GUI Events: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page shows the events between DGS and GUI. If you want to convert GUI to DGS, please read following table.
<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: 900px; text-align: center; table-layout: fixed;"
{| class="wikitable" style="width: 800px; text-align: center; table-layout: fixed;"
|-
|-
!GUI Events
!GUI Events
!DGS Events
!DGS Events
|-
|-
|[http://store.steampowered.com/app/12120/ Steam]
|[[onClientGUIAccepted]]
|Specialized Steam version of the game.  MTA installer will downgrade this for you.
|[[onDgsEditAccepted]]
|-
|-
| rowspan="2" |[http://www.amazon.com/Grand-Theft-Auto-Andreas-Download/dp/B006YVXGJQ Amazon]
|[[onClientGUIBlur]]
| For the '''Standard''' edition of the game, if MTA is incompatible, try obtaining a GTA SA 1.00 No CD - any HOODLUM release will function correctly.
|[[onDgsBlur]]
|-
|-
| Steam version and disc copies of GTASA will function fine
|[[onClientGUIChanged]]
|[[onDgsTextChange]]
|-
|-
|[http://www.gamersgate.co.uk/DD-GTASAS/grand-theft-auto-san-andreas GamersGate]
|[[onClientGUIMouseUp]]
|rowspan=6|This is the Steam version of the game, and will function similarly.
|[[onDgsMouseUp]]
|-
|-
|[http://www.game.co.uk/en/grand-theft-auto-san-andreas-301403 Game UK]
|[[onClientGUIMouseDown]]
|[[onDgsMouseDown]]
|-
|-
|[http://digital.gamefly.co.uk/#!/download-grand-theft-auto-san-andreas/5006365 GameFly Digital]
|[[onClientGUIClick]]
|[[onDgsMouseClickUp]]
|-
|-
|[http://www.greenmangaming.com/s/gb/en/pc/games/action/grand-theft-auto-san-andreas/ GreenManGaming]
|[[onClientGUIComboBoxAccepted]]
|[[onDgsComboBoxSelect]]
|-
|-
|[http://www.gamestop.com/pc/games/grand-theft-auto-san-andreas/37409 GameStop]
|[[onClientGUIDoubleClick]]
|[[onDgsMouseDoubleClick]]
|-
|-
|[http://www.walmart.com/ip/Take-Two-GTASAESD-Grand-Theft-Auto-San-Andreas-PC/36754297 Walmart]
|[[onClientGUIFocus]]
|[[onDgsFocus]]
|-
|-
|[[onClientGUIMove]]
|[[onDgsPositionChange]]
|-
|-
|Windows App Store
|[[onClientGUISize]]
|This is a mobile version of the game ported to PC. '''Will never work with MTA'''.
|[[onDgsSizeChange]]
|-
|-
|[[onClientGUIScroll]]
|[[onDgsElementScroll]]
|-
|[[onClientGUITabSwitched]]
|[[onDgsTabSelect]]
|-
|[[onClientMouseEnter]]
|[[onDgsMouseEnter]]
|-
|[[onClientMouseLeave]]
|[[onDgsMouseLeave]]
|-
|[[onClientMouseMove]]
|[[onDgsCursorMove]]
|-
|[[onClientMouseWheel]]
|[[onDgsMouseWheel]]
|}


[[es:Dónde comprar GTA: SA]]
==See Also==
[[pl:Where to buy GTASA]]
[[DGS Functions and GUI Functions]]
[[ru:Where to buy GTASA]]
[[uk:Where to buy GTASA]]
[[tr:GTA:SA Nerden Alınır]]
[[zh-cn:在那里可以购买GTASA]]

Latest revision as of 15:37, 16 May 2021