DgsGetMultiClickInterval: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}} __NOTOC__ This function gets the determine time between 2 clicks of double click. ==Syntax== <syntaxhighlight lang="lua"> int dgsGetDoubleClickInterval(...")
 
Line 14: Line 14:
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
DGS = exports.dgs
DGS = exports.dgs
local button = DGS:dgsCreateButton(0.2,0.2,0.2,0.1,"test",true)
local interval = DGS:dgsGetDoubleClickInterval()
DGS:dgsAddSizeHandler(button,0.2,0.2,0.2,0.2)
outputChatBox(interval)
local state = DGS:dgsIsSizeHandled(button)
outputChatBox( tostring(state) )
</syntaxhighlight>
</syntaxhighlight>


==See Also==
==See Also==
{{DGSFUNCTIONS}}
{{DGSFUNCTIONS}}

Revision as of 04:58, 4 August 2019

This function gets the determine time between 2 clicks of double click.

Syntax

int dgsGetDoubleClickInterval( )

Returns

Returns a integer indicates the double click interval.

Example

DGS = exports.dgs
local interval = DGS:dgsGetDoubleClickInterval()
outputChatBox(interval)

See Also

Custom Cursor Functions

Multi Language Supports

Animation

3D Element

3D Interface

3D Line

3D Image

3D Text

Browser

Button

Check Box

Combo Box

Custom Renderer

Edit

Detect Area

Drag'N Drop

Grid List

Image

Memo

Menu

Label

Layout

Line

Progress Bar

Radio Button

Scale Pane

Scroll Bar

Scroll Pane

Selector

Style

Switch Button

Tab Panel

Window

Basic Shape Plugins

Circle

Quadrilateral

Rounded Rectangle

Other Plugins

Blur Box

Canvas

Chart

Color Picker

Effect 3D

Gradient

Mask

Media Browser

Nine Slice

Object Preview Supports

Paste Handler

QRCode

Remote Image

Screen Source

SVG

Tooltips