FreeRDP
TouchPointerView Class Reference

#import <TouchPointerView.h>

Inheritance diagram for TouchPointerView:
Collaboration diagram for TouchPointerView:

Instance Methods

(void) - ensurePointerIsVisible
 
(UIEdgeInsets) - getEdgeInsets
 
(CGPoint) - getPointerPosition
 
(int) - getPointerWidth
 
(int) - getPointerHeight
 

Protected Attributes

CGAffineTransform _pointer_transformation
 
UIImage * _cur_pointer_img
 
UIImage * _default_pointer_img
 
UIImage * _active_pointer_img
 
UIImage * _lclick_pointer_img
 
UIImage * _rclick_pointer_img
 
UIImage * _scroll_pointer_img
 
UIImage * _extkeyboard_pointer_img
 
UIImage * _keyboard_pointer_img
 
UIImage * _reset_pointer_img
 
CGRect _pointer_areas [9]
 
CGPoint _prev_touch_location
 
BOOL _pointer_moving
 
BOOL _pointer_scrolling
 
NSObject< TouchPointerDelegate > * _delegate
 

Properties

IBOutlet NSObject< TouchPointerDelegate > * delegate
 

Method Documentation

◆ ensurePointerIsVisible

- (void) ensurePointerIsVisible

◆ getEdgeInsets

- (UIEdgeInsets) getEdgeInsets

◆ getPointerHeight

- (int) getPointerHeight

◆ getPointerPosition

- (CGPoint) getPointerPosition

◆ getPointerWidth

- (int) getPointerWidth

Field Documentation

◆ _active_pointer_img

- (UIImage*) _active_pointer_img
protected

◆ _cur_pointer_img

- (UIImage*) _cur_pointer_img
protected

◆ _default_pointer_img

- (UIImage*) _default_pointer_img
protected

◆ _delegate

- (NSObject<TouchPointerDelegate>*) _delegate
protected

◆ _extkeyboard_pointer_img

- (UIImage*) _extkeyboard_pointer_img
protected

◆ _keyboard_pointer_img

- (UIImage*) _keyboard_pointer_img
protected

◆ _lclick_pointer_img

- (UIImage*) _lclick_pointer_img
protected

◆ _pointer_areas

- (CGRect _pointer_areas[9])
protected

◆ _pointer_moving

- (BOOL) _pointer_moving
protected

◆ _pointer_scrolling

- (BOOL) _pointer_scrolling
protected

◆ _pointer_transformation

- (CGAffineTransform) _pointer_transformation
protected

◆ _prev_touch_location

- (CGPoint) _prev_touch_location
protected

◆ _rclick_pointer_img

- (UIImage*) _rclick_pointer_img
protected

◆ _reset_pointer_img

- (UIImage*) _reset_pointer_img
protected

◆ _scroll_pointer_img

- (UIImage*) _scroll_pointer_img
protected

Property Documentation

◆ delegate

- (IBOutlet NSObject<TouchPointerDelegate>*) delegate
readwriteatomicassign

The documentation for this class was generated from the following files: