VirtualBox

Ignore:
Timestamp:
Oct 12, 2010 12:42:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66588
Message:

Main, vboxshell: implemented support for user activity capturing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MouseImpl.h

    r32829 r33061  
    2222#include "ConsoleEvents.h"
    2323#include "ConsoleImpl.h"
     24#ifndef VBOXBFE_WITHOUT_COM
     25#include "EventImpl.h"
     26#endif
    2427#include <VBox/pdmdrv.h>
    2528
     
    6871    STDMETHOD(PutMouseEventAbsolute)(LONG x, LONG y, LONG dz, LONG dw,
    6972                                     LONG buttonState);
     73#ifndef VBOXBFE_WITHOUT_COM
     74    STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource);
     75#endif
    7076
    7177    static const PDMDRVREG  DrvReg;
     
    125131    uint32_t mLastAbsY;
    126132    uint32_t mLastButtons;
     133
     134#ifndef VBOXBFE_WITHOUT_COM
     135    const ComObjPtr<EventSource> mEventSource;
     136    VBoxEventDesc                mMouseEvent;
     137#endif
    127138};
    128139
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette