<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>676</bug_id>
          
          <creation_ts>2013-01-25 14:03:43 +0100</creation_ts>
          <short_desc>Add support for native Mouse Pointer rendering (Rasp.-Pi. .. etc)</short_desc>
          <delta_ts>2014-01-09 18:59:19 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Newt</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>gouessej</cc>
    
    <cc>xerxes</cc>
          
          <cf_type>---</cf_type>
          <cf_scm_refs>1a0b3287870beca22b0a03aa604fc6a5574a962b
bf0e93260dbd6cb8b6ee0cd10d81341906e62da9
667eca532d3749b0f08e694f36624ff7f621a9c8</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2127</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-01-25 14:03:43 +0100</bug_when>
    <thetext>- MousePointerRender interface optionally pluggable into NEWT Window.

- MousePointerRender will allow display of a Mouse Pointer on console devices
  like RaspPi.

- MousePointerRender will allow custom mouse pointer rendering w/ NEWT.
  - A user simply makes the pointer invisible (alsready supported) and
  - Plugs in the instance (see below)

- Have GL2ES1 and GL2ES2 MousePointerRender implementations
  to be supported w/ GLWindow</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2128</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-01-25 14:06:02 +0100</bug_when>
    <thetext>(01:47:39 PM) xranby1: https://github.com/xranby/libgdx/commits/RaspberryPi-MousePointer

(01:47:49 PM) xranby1: i used some libgdx sprite classes
(01:48:12 PM) xranby1: inside the jogl libgdx backend
(01:48:32 PM) xranby1: https://github.com/xranby/libgdx/commit/f66a3ae4fb268bb717530e6ad7744eb693ecd693</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3560</commentid>
    <comment_count>2</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2014-01-09 18:32:39 +0100</bug_when>
    <thetext>Remove idea of GL rendered mouse pointer.

Utilizing PointerIcon for Rasp.-Pi - i.e. native BCM_VC layer.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>3561</commentid>
    <comment_count>3</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2014-01-09 18:59:19 +0100</bug_when>
    <thetext>commit 1a0b3287870beca22b0a03aa604fc6a5574a962b

    Bug 676: Use proper pointer icon images (artwork)
    
    .. shameless inspired by KDE&apos;s Oxgen scheme .. (they are best)


commit bf0e93260dbd6cb8b6ee0cd10d81341906e62da9

    Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)
    
    - Utilizing layer element 2000 for PointerIcon
    
    - Using NEWT PointerIcon code
    
    - Using MouseListener to update PointerIcon position
      - FIXME: Check whether we shall intercept sendMouseEvent directly (lag)
    
    Misc:
      - Properly open, assign and close the BCM display handle
      - Properly destroy the window (BCM element)
      - Prepare for multiple windows, set position and size

commit 667eca532d3749b0f08e694f36624ff7f621a9c8

    Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Intercept sendMouseEvent(..)
    
    Intercepting &apos;sendMouseEvent(..)&apos; to reduce the lag (time) and listener footprint.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>