// // This file manually written from cef/include/internal/cef_types.h. // C API name: cef_pointer_type_t. // namespace Xilium.CefGlue { /// /// The device type that caused the event. /// public enum CefPointerType { Touch = 0, Mouse, Pen, Eraser, Unknown, } }