I would like to drop items (single item or a stack) when my mouse picked up that itemStack from my inventory (GUI), how can I achieve this?
The net.minecraft.client.entity.EntityPlayerSP.dropItem only drops main hand items, which is not what I wanted.