View Single Post
  #296  
Unread 11-25-2008, 04:28 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

As far as I know, the default filter is 0xFFFF which enables all available data. If you wanted nothing but the event, I suppose 0x1000 works okay, but I don't even know what an event would be in this context. I cannot think of anything that uses it. Usually we hook onto events like OnShow which is triggered by visibility (0x0001?).