short rotationId = ( (Short) item.getData() );
+ /* remove multi-touch finger points */
+ KeyEventData clearMultiTouch = new KeyEventData(KeyEventType.RELEASED.value(), SWT.CTRL, SWT.LEFT);
+ communicator.sendToQEMU(SendCommand.SEND_KEY_EVENT, clearMultiTouch);
+
arrangeSkin( currentLcdWidth, currentLcdHeight, currentScale, rotationId );
LcdStateData lcdStateData = new LcdStateData( currentScale, rotationId );
communicator.sendToQEMU( SendCommand.CHANGE_LCD_STATE, lcdStateData );
-
}
};
void do_rotation_event( int rotation_type)
{
- INFO( "do_rotation_event rotation_type:%d", rotation_type);
+ INFO( "do_rotation_event rotation_type:%d\n", rotation_type);
char send_buf[32] = { 0 };