forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhand.lcdoc
More file actions
40 lines (24 loc) · 810 Bytes
/
Copy pathhand.lcdoc
File metadata and controls
40 lines (24 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Name: hand
Type: constant
Syntax: hand
Summary:
Equivalent to the number 28.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
set the cursor to hand
Returns:
The <hand> constant returns the number 28.
Description:
Use the <hand> constant to set the cursor to a pointing hand shape.
The following two statements are equivalent:
set the cursor to hand
set the cursor to 28
However, the first is easier to read and understand in LiveCode.
>*Important:* If you use the hand cursor or other standard cursors in
> your application, you must include it when you create your standalone.
> Make sure the "Cursors" option on the Inclusions section on the
> General screen of the Standalone Application Settings window is
> checked.
Tags: ui