PTKeyStrokeEventData

@interface PTKeyStrokeEventData : NSObject
{


}





- (instancetype)initWithField_name: (NSString *)field_name current_value:  (NSString *)current_value change:  (NSString *)change selection_start:  (int)selection_start selection_end:  (int)selection_end;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithField_name: (NSString *)field_name current_value:  (NSString *)current_value change:  (NSString *)change selection_start:  (int)selection_start selection_end:  (int)selection_end;

    Swift

    init!(field_name: String!, current_value: String!, change: String!, selection_start: Int32, selection_end: Int32)