user interface - Naming conventions for UI component variables? -
i have ui class managing different components in user can interact with.
having read design priciples , ui terminoloty guidelines manage:
the active component
user last clicked on , has keyboard focus, being rendered differently show typing can performed caret appearing in text-field.
the pointed component
below user's hotspot or mouse pointer, propably being highlighted show available interaction.
and component right call handled component
, unsure weather or not right way call it. component user performed pressing event on, did not yet release it. component user might initiate drag&drop operation on. how call it?
there might more things 1 might need keep track of when writing own ui handling framework. there guidelines have not found yet worth read?
Comments
Post a Comment