API  1.0.0
CPCursor.j File Reference

Go to the source code of this file.

Typedefs

typedef CPCursorPlatform CPCursorPlatformNone = 0
 

Variables

 CPCursorPlatformBoth = 3
 
 CPCursorPlatformMac = 1
 
 CPCursorPlatformWindows = 2
 
global CPApp var currentCursor = nil
 
global CPApp var cursors = {}
 
global CPApp var cursorStack = []
 
global CPApp var ieCursorMap = {}
 

Typedef Documentation

◆ CPCursorPlatformNone

typedef CPCursorPlatform CPCursorPlatformNone = 0

Definition at line 33 of file CPCursor.j.

Variable Documentation

◆ CPCursorPlatformBoth

CPCursorPlatformBoth = 3

Definition at line 36 of file CPCursor.j.

◆ CPCursorPlatformMac

CPCursorPlatformMac = 1

Definition at line 34 of file CPCursor.j.

◆ CPCursorPlatformWindows

CPCursorPlatformWindows = 2

Definition at line 35 of file CPCursor.j.

◆ currentCursor

global CPApp var currentCursor = nil

Definition at line 27 of file CPCursor.j.

◆ cursors

global CPApp var cursors = {}

Definition at line 29 of file CPCursor.j.

◆ cursorStack

global CPApp var cursorStack = []

Definition at line 28 of file CPCursor.j.

◆ ieCursorMap

global CPApp var ieCursorMap = {}

Definition at line 30 of file CPCursor.j.