Changeset 33298 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Oct 21, 2010 11:07:23 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r33296 r33298 405 405 listener = console.eventSource.createListener() 406 406 registered = False 407 # we create an aggregated event source to listen for multiple event types407 # we create an aggregated event source to listen for multiple event sources (keyboard and mouse in our case) 408 408 agg = console.eventSource.createAggregator([console.keyboard.eventSource, console.mouse.eventSource]) 409 409 demo = open(file, 'w')
Note:
See TracChangeset
for help on using the changeset viewer.