<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] touch and virtual keyboard don't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68622">bug 68622</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] touch and virtual keyboard don't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68622#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [bug] touch and virtual keyboard don't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68622">bug 68622</a>
              from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
        <pre>As we discussed, the pointer code currently activates the keys on button down,
not button up, so it's ok to just do that for touch as well:

commit a8e627f4f2890f2903963f9e297cca151c860200
Author: Brian J Lovin <<a href="mailto:brian.j.lovin@intel.com">brian.j.lovin@intel.com</a>>
Date:   Tue Aug 27 10:49:42 2013 -0700

    keyboard: Add rudimentary touch support to keyboard.

    At this time there is no way to have a key be activated when
    touch_up is called, so all this patch does is activate they
    key on touch_down.

    Signed-off-by: Brian J Lovin <<a href="mailto:brian.j.lovin@intel.com">brian.j.lovin@intel.com</a>>

Of course, we now have a few ideas for improvements to the sample keyboard:
activate keys on button/touch up, implement highlight (or maybe even the zoomed
key feature).  Closing this bug, as we now have basic support at least.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>