gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] mouse event catching in framebuffer


From: Jun Ma
Subject: Re: [Gnash-dev] mouse event catching in framebuffer
Date: Fri, 21 Mar 2008 17:56:24 +0800

On 3/21/08, Udo Giacomozzi <address@hidden> wrote:
> Hello Jun,
>
> this is a limitation of Gnash - there is no visible mouse pointer
> when using the FB GUI unless the Flash movie itself provides one. So
> far nobody complained about this ;-)
> I could add code to display a mouse pointer. I'll see what I can do..
>
> I attached a sample SWF file that internally show the mouse pointer,
> so you can test it.

[JM] your test swf file works, but it would be more exciting if Gnash
can play a entire swf file with cursors supported. AFAIK, flash
authors always want people to play/replay more freely, but no cursors
embedded in this files.

>
> BTW, if you're using a 2.6 kernel it should be fine to use the new
> Linux event system instead of the old PS/2 code.
>
[JM] Thanks, I'll check that later. here is my IO device config:

1662 #
1663 # Input Device Drivers
1664 #
1665 CONFIG_INPUT_KEYBOARD=y
1666 CONFIG_KEYBOARD_ATKBD=y
1667 # CONFIG_KEYBOARD_SUNKBD is not set
1668 # CONFIG_KEYBOARD_LKKBD is not set
1669 # CONFIG_KEYBOARD_XTKBD is not set
1670 # CONFIG_KEYBOARD_NEWTON is not set
1671 # CONFIG_KEYBOARD_STOWAWAY is not set
1672 CONFIG_INPUT_MOUSE=y
1673 CONFIG_MOUSE_PS2=y
1674 CONFIG_MOUSE_PS2_ALPS=y
1675 CONFIG_MOUSE_PS2_LOGIPS2PP=y
1676 CONFIG_MOUSE_PS2_SYNAPTICS=y
1677 CONFIG_MOUSE_PS2_LIFEBOOK=y
1678 CONFIG_MOUSE_PS2_TRACKPOINT=y
1679 # CONFIG_MOUSE_PS2_TOUCHKIT is not set
1680 CONFIG_MOUSE_SERIAL=m
1681 # CONFIG_MOUSE_APPLETOUCH is not set
1682 CONFIG_MOUSE_VSXXXAA=m
1683 CONFIG_INPUT_JOYSTICK=y
1684 # CONFIG_JOYSTICK_ANALOG is not set
1685 # CONFIG_JOYSTICK_A3D is not set
1686 # CONFIG_JOYSTICK_ADI is not set
1687 # CONFIG_JOYSTICK_COBRA is not set
1688 # CONFIG_JOYSTICK_GF2K is not set
1689 # CONFIG_JOYSTICK_GRIP is not set
1690 # CONFIG_JOYSTICK_GRIP_MP is not set
1691 # CONFIG_JOYSTICK_GUILLEMOT is not set
1692 # CONFIG_JOYSTICK_INTERACT is not set
1693 # CONFIG_JOYSTICK_SIDEWINDER is not set
1694 # CONFIG_JOYSTICK_TMDC is not set
1695 # CONFIG_JOYSTICK_IFORCE is not set
1696 # CONFIG_JOYSTICK_WARRIOR is not set
1697 # CONFIG_JOYSTICK_MAGELLAN is not set
1698 # CONFIG_JOYSTICK_SPACEORB is not set
1699 # CONFIG_JOYSTICK_SPACEBALL is not set
1700 # CONFIG_JOYSTICK_STINGER is not set
1701 CONFIG_JOYSTICK_TWIDJOY=m
1702 # CONFIG_JOYSTICK_DB9 is not set
1703 # CONFIG_JOYSTICK_GAMECON is not set
1704 # CONFIG_JOYSTICK_TURBOGRAFX is not set
1705 CONFIG_JOYSTICK_JOYDUMP=m
1706 # CONFIG_JOYSTICK_XPAD is not set
1707 # CONFIG_INPUT_TABLET is not set
1708 CONFIG_INPUT_TOUCHSCREEN=y
1709 # CONFIG_TOUCHSCREEN_FUJITSU is not set
1710 CONFIG_TOUCHSCREEN_GUNZE=m
1711 CONFIG_TOUCHSCREEN_ELO=m
1712 CONFIG_TOUCHSCREEN_MTOUCH=m
1713 CONFIG_TOUCHSCREEN_MK712=m
1714 # CONFIG_TOUCHSCREEN_PENMOUNT is not set
1715 # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
1716 # CONFIG_TOUCHSCREEN_TOUCHWIN is not set
1717 # CONFIG_TOUCHSCREEN_UCB1400 is not set
1718 # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
1719 CONFIG_INPUT_MISC=y
1720 CONFIG_INPUT_PCSPKR=m
1721 # CONFIG_INPUT_APANEL is not set
1722 CONFIG_INPUT_WISTRON_BTNS=m
1723 # CONFIG_INPUT_ATLAS_BTNS is not set
1724 # CONFIG_INPUT_ATI_REMOTE is not set
1725 # CONFIG_INPUT_ATI_REMOTE2 is not set
1726 # CONFIG_INPUT_KEYSPAN_REMOTE is not set
1727 # CONFIG_INPUT_POWERMATE is not set
1728 # CONFIG_INPUT_YEALINK is not set
1729 CONFIG_INPUT_UINPUT=m
1730




reply via email to

[Prev in Thread] Current Thread [Next in Thread]