:)
Yes I have a plan for you :)

>>> This is a constants, used by EventSensor to identify various event
>>> types and theirs contents.
>>> NOTE: A constant values should be kept in sync with VM-side, which are
>>> defined in sq.h header file.
>>> 
>> 
>> IE I am more "InputEventConstants" than "EventSensorConstants" really. (All 
>> are related to the events passed from the vm themselves, not the sensor)
>> 
>> Funnily enough, EventSensorConstants  (MouseButtonBit  2r0010, correct 
>> preswap), MouseEvent (#blueButtonPressed mask: 2r0001, correct postswap, if 
>> swapped), and the InputEventSensor (#blueButtonPressed mask: 2r0111, ie, ANY 
>> of the buttons pressed) all disagree on what the blue button bit is actually 
>> supposed to be. :P
>> 
> 
> yeah.. so, who is brave enough and have time to rewrite/improve event
> system? Ask Stephane. He has a plan for you :)
> 
>> Cheers,
>> Henry
>> 
> 
> 
> 
> -- 
> Best regards,
> Igor Stasenko AKA sig.
> 


Reply via email to