equal
deleted
inserted
replaced
56 enum TAmTraceEventEvCapture |
56 enum TAmTraceEventEvCapture |
57 { |
57 { |
58 EAmTraceEventEvCaptureKeyPress = 2, |
58 EAmTraceEventEvCaptureKeyPress = 2, |
59 EAmTraceEventEvCapturePointer = 3, |
59 EAmTraceEventEvCapturePointer = 3, |
60 EAmTraceEventEvCaptureUnclassified = 4, |
60 EAmTraceEventEvCaptureUnclassified = 4, |
61 EAmTraceEventEvCaptureSystemAppResponse = 5, |
61 EAmTraceEventEvCaptureAppResponse = 5, |
62 EAmTraceEventEvCaptureRawScan = 6, |
62 EAmTraceEventEvCaptureRawScan = 6, |
|
63 EAmTraceEventEvCaptureAppStart = 7, |
63 }; |
64 }; |
64 |
65 |
65 |
66 |
66 /** |
67 /** |
67 * Enumeration specifying the event types which can be provided in frames with |
68 * Enumeration specifying the event types which can be provided in frames with |