FreeRDP
TouchPointerView.m File Reference
#import "TouchPointerView.h"
#import "Utils.h"

Macros

#define RESET_DEFAULT_POINTER_IMAGE_DELAY   0.15
 
#define POINTER_ACTION_CURSOR   0
 
#define POINTER_ACTION_CLOSE   3
 
#define POINTER_ACTION_RCLICK   2
 
#define POINTER_ACTION_LCLICK   4
 
#define POINTER_ACTION_MOVE   4
 
#define POINTER_ACTION_SCROLL   5
 
#define POINTER_ACTION_KEYBOARD   7
 
#define POINTER_ACTION_EXTKEYBOARD   8
 
#define POINTER_ACTION_RESET   6
 

Macro Definition Documentation

◆ POINTER_ACTION_CLOSE

#define POINTER_ACTION_CLOSE   3

◆ POINTER_ACTION_CURSOR

#define POINTER_ACTION_CURSOR   0

◆ POINTER_ACTION_EXTKEYBOARD

#define POINTER_ACTION_EXTKEYBOARD   8

◆ POINTER_ACTION_KEYBOARD

#define POINTER_ACTION_KEYBOARD   7

◆ POINTER_ACTION_LCLICK

#define POINTER_ACTION_LCLICK   4

◆ POINTER_ACTION_MOVE

#define POINTER_ACTION_MOVE   4

◆ POINTER_ACTION_RCLICK

#define POINTER_ACTION_RCLICK   2

◆ POINTER_ACTION_RESET

#define POINTER_ACTION_RESET   6

◆ POINTER_ACTION_SCROLL

#define POINTER_ACTION_SCROLL   5

◆ RESET_DEFAULT_POINTER_IMAGE_DELAY

#define RESET_DEFAULT_POINTER_IMAGE_DELAY   0.15