Yes - it's using the Si stuff.
space_mouse_init() does all the initialization and check_for_space_mouse_event() uses SiGetEvent etc.
Search found 8 matches
- Tue Mar 27, 2007 4:09 am
- Forum: Developer's Forum for Windows
- Topic: Using with Tcl/Tk
- Replies: 5
- Views: 17484
- Tue Mar 27, 2007 3:53 am
- Forum: Developer's Forum for Windows
- Topic: Using with Tcl/Tk
- Replies: 5
- Views: 17484
Tcl/TK will support multiple threading but it would make the implementation of this very messy. Tcl/TK waits on GetMessage so you need to wedge in there (using the standard Tcl/Tk notification and event sources is useless in this case). We have solved the problem like this - I hope this is useful to...
- Sat Mar 24, 2007 6:27 am
- Forum: Developer's Forum for Windows
- Topic: How to detect zoom direction
- Replies: 8
- Views: 23154
- Sat Mar 24, 2007 12:35 am
- Forum: Developer's Forum for Windows
- Topic: How to detect zoom direction
- Replies: 8
- Views: 23154
- Fri Mar 23, 2007 7:03 am
- Forum: Developer's Forum for Windows
- Topic: How to detect zoom direction
- Replies: 8
- Views: 23154
- Fri Mar 23, 2007 6:33 am
- Forum: Developer's Forum for Windows
- Topic: How to detect zoom direction
- Replies: 8
- Views: 23154
- Fri Mar 23, 2007 5:25 am
- Forum: Developer's Forum for Windows
- Topic: How to detect zoom direction
- Replies: 8
- Views: 23154
How to detect zoom direction
How do I detect which Zoom direction is selected in the user control panel (Device configuration).
I need to know because some users set their zoom direction to up/down and this breaks/switches rotation (try the cityfly demo)
I need to know because some users set their zoom direction to up/down and this breaks/switches rotation (try the cityfly demo)
- Mon Mar 19, 2007 9:24 am
- Forum: Developer's Forum for Windows
- Topic: Using with Tcl/Tk
- Replies: 5
- Views: 17484
Using with Tcl/Tk
Has anyone got a device going with Tcl/Tk? I've spent many days trying to get it working properly and have come to the conclusion that because Windows Tcl/Tk is also waiting on GetMessage, it's probably impossible to write an event loop that works correctly. I have tried using the tcl event source s...